PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: StackPop()[Next]: Tabs2Spaces()

Summary()

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:

  1. The text for the left hand side (before ':').

  2. The text for the right hand side (after ':').

  3. Type of summary line as follows:

Example

    ;--- 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'"
    


[Top][Contents][Search][Prev]: StackPop()[Next]: Tabs2Spaces()

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Thursday January 17 2002 at 6:27pm