PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
<?SyntaxCheckOff> |
The use of this variable prevents syntax checking for files where you would normally have used "<?SyntaxCheck>" (it does not remove any previously inserted stubs).
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 this code to avoid a compiler warning (for not having included "<?SyntaxCheck>") 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).