PPWIZARD Manual
[Bottom][Contents][Search][Prev]: Replace[Next]: Tabs

ReplacementTags=["]NewTags["]

This #option command is used to control the tags that are required to tell PPWIZARD that you wish macro substitution to occur. Use with care. You would normally only use once at the start of your code - think about the impact on any existing macros.

If an empty parameter is supplied then the default is used otherwise the parameter must have exactly 4 characters in it. The characters are in order:

  1. Replacement for '<'.
  2. Replacement for '>'.
  3. Replacement for '$'.
  4. Replacement for '?'.

Example

    #define FRED   ****
    <$Fred>                      ;;Fred will be subsituted here
    
    #option ReplacementTags="[]$?"
    [$Fred]                      ;;Fred will be subsituted here
    <$Fred>                      ;;Fred will NOT be subsituted here
    #option ReplacementTags=""   ;;Set to default values
    


[Top][Contents][Search][Prev]: Replace[Next]: Tabs

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am