PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
| #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