![]() | ![]() | ![]() | ![]() | ![]() |
This is a PPWIZARD command line switch. You can set up your own default switches in the "PPWIZARD_OPTIONS" environment variable or in project files.
The input is treated as rexx source. Rexx comments are removed from the source.
This switch sets the processing mode for the output file as well as the default processing mode for other output files specified with the #Output command.
Packing of the resultant rexx code (within one generated line) occurs by default. You can specify "/Pack" if you don't want this done. Turning off packing will speed up the generation of rexx code but in my mind the compression gain from leaving it on is worth it.
Other options you may wish to use are "LeaveBlankLines" & "KeepIndent".
Note that if you are taking unknown code and passing it through the preprocessor to reduce its size you should use the "/Pack;N" option as there are situations where the operation of the code will be affected. Some good and safe reduction in code size will still occur.
![]() | ![]() | ![]() | ![]() | ![]() |