PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: LineContinuation[Next]: ParmVal
\ -> Commands -> #option -> MacroParmTags

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


email me  any feedback, additional information or corrections.
See this page online (look for updates)

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


PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Saturday May 28 2022 at 2:55pm