PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
This is a rexx function provided by
PPWIZARD.
This routine (like all PPWIZARD extensions) can be used with any operating system supported by PPWIZARD.
This function can be called to add (or remove) details on the
displayed summaries.
The function takes parameters as follows:
- The text for the left hand side (before ':').
- The text for the right hand side (after ':').
- Type of summary line as follows:
- To see the details on this build's summary only then
pass "" (or anything other than valid values shown below).
- To see the details on this build and all future build's
(other files) summaries then pass "A" or
"ALL".
- To see the details on the overall summary for all builds
then pass "O" or "OVERALL".
- To drop summary details whether user or system
generated pass "D" or "DROP",
in which case parameter 2 is ignored.
The text in parameter 1 must EXACTLY match that in a
summary line.
;--- Don't want to see operating system version ---
#evaluate "" "call Summary 'Operating Syst',, 'D'"
;--- Add a summary line to this build -------------
#evaluate "" "call Summary 'Left', 'Right'"
PPWIZARD Manual

Thursday January 17 2002 at 6:27pm