PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
ExpandX=["]CompleteList["] |
Normally <?xXX> codes are only expanded just
before the data is written to the file (ie "LATE").
You may wish to vary when the replacement occurs. You can choose
"COMMAND" to have replacements occur when a PPWIZARD command's
parameters are expanded or "EARLY" to expand early on lines
that are not PPWIZARD commands.
The CompleteList parameter is a complete list of all
the locations you wish expandion to occur on (COMMAND,EARLY,LATE) or "NONE"
to completely turn off the expansion or "" to use default state.
;--- Turn off all expansion ---
#option ExpandX="NONE"
;--- Expand everywhere --------
#option ExpandX="EARLY,LATE,COMMAND"
;--- Just expand early --------
#option ExpandX="EARLY"
PPWIZARD Manual

Thursday January 17 2002 at 6:27pm