PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: #DependsOn[Next]: #endif
\ -> Commands -> #elseif

#elseif

This command is used if you wish to have some lines included when the #if, #IfDef or #IfNDef condition is false.

Note that "#else" is an alias for this command and that this is not an "else if" type command where a conditional can follow (no parameters are valid).

Example

#ifdef internalnote
    #evaluate '' 'call Say "Set: internalnote"'
#elseif
    #evaluate '' 'call Say "NOT Set: internalnote"'
#endif


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

[Top][Contents][Search][Prev]: #DependsOn[Next]: #endif


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