PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
<?SyntaxCheck> |
This variable contains the syntax checking code and can only be used once.
It inserts the previously defined syntax checking code into the appropriate location, see the /SYNTAX switch for more details.
Some programming languages have situation where all conditions below are met (at least some of the time):
Other situations may need you to consider placement of the syntax checking code (for example in VBSCRIPT if you use "option explicit" your syntax check must be placed after this).
If you need to turn off syntax checking then use the "<?SyntaxCheckOff>" code to avoid a compiler warning (for not having included this code) in those situations).
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).