PPWIZARD Manual
[Bottom][Contents][Search][Prev]: <?OutputFile>[Next]: <?OutputLine>

<?OutputLevel>

This variable contains the output nesting level. When its '1', the output goes to the default output file, each #Output with filename adds one while a #output without file subtracts one.

This variable would be handy in complex macro sets where #output commands are automatically generated.

This is a Standard Definition which always exists (you don't need to #define it). Note that you can create your own variations or completely new ones (see the examples).

Example

    This line is at Output Level 1
    #output  '2nd'
       This line is at Output Level 2
       #output 'c<$colon>\path\3nd.ext' AsIs
               This line is at Output Level 3
       #output
       This line is at Output Level 2
    #output
    This line is at Output Level 1
    


[Top][Contents][Search][Prev]: <?OutputFile>[Next]: <?OutputLine>

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am