PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: <?OutputFile>[Next]: <?OutputLine>
\ -> Standard Definitions -> <?OutputLevel>

<?OutputLevel>

This variable contains the output nesting level. When it is '1', the output goes to the default output file; each #Output with filename adds one, while a #output without filename 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


email me  any feedback, additional information or corrections.
See this page online (look for updates)

[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)
Saturday May 28 2022 at 2:55pm