PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: $$HTMLQ[Next]: $$ISBLANK
\ -> Macros -> Macro Transformations -> $$IGNORE

$$IGNORE

This is a transformation that can be applied to the substitution of macro parameters content (but not macro contents).

The text will be "dropped" (transformed to an empty string). The main reason you might want to do this is if you are validating parameter use.

EXAMPLE

#define AddFileWild                                                        \
       <$HereWeAre "{$?MacName} - {$SrcDir}\{$Includes=^*.*^}">           %\
       #RexxVar  @@SrcDir = ^{$SrcDir}^  ;;Hack to handle single quotes   -\
       #evaluate ^^ ^<$AddFileWildRexx {$?ResetUsed}{$SrcDir $$IGNORE}{$?} SRCDIR=^<??@@SrcDir $$Sqx2>^>^  -\
       <??Vb>


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

[Top][Contents][Search][Prev]: $$HTMLQ[Next]: $$ISBLANK


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