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

ParmVal=["]Value["]

This #option command lets you control the macro parameter validation taking place. Parameter validation is used to ensure that all parameters passed to a macro are used, the reason for this is that if they are not you probably misspelt it!

The "Value" parameter can be one of the following:

  1. ON
    This means that parameter validation is always performed.

  2. OFF
    This means that parameter validation is never performed. This turns off any "{$!}" validation you might have. This might be required in some cases where someone has designed some macros for you however your use of this or coding style means that the validation is causing you problems.

  3. SOME
    Only validations indicated by the use of "{$!}" tag are performed.

    This is the default state.

  4. ""
    An empty value indicates that the default value for the build should be restored.


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

[Top][Contents][Search][Prev]: MacroParmTags[Next]: PpwTrace


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