PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
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:
- ON
This means that parameter validation is always performed.
- 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.
- SOME
Only validations indicated by the use of
"{$!}"
tag are performed.
This is the default state.
- ""
An empty value indicates that the default value for the build
should be restored.
PPWIZARD Manual

Friday June 01 2001 at 5:58pm