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

MacroParmTags=["]NewTags["]

This #option command is used to control the tags used within a macro definition to specify the location where a parameter replacement occurs. 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 restored otherwise the parameter must have exactly 3 characters in it. The characters are in order:

  1. Replacement for '{'.
  2. Replacement for '}'.
  3. Replacement for '$'.

Example

    #option MacroParmTags="()%"   ;;Parameters now start with '(%' and end with ')'
    #option MacroParmTags=""      ;;Set to default values
    


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

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