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.
Example |
;--- Turn off all expansion --- #option ExpandX="NONE" ;--- Expand everywhere -------- #option ExpandX="EARLY,LATE,COMMAND" ;--- Just expand early -------- #option ExpandX="EARLY"