<@EXCLUDE> </@EXCLUDE>
Syntax
<@EXCLUDE>text</@EXCLUDE>
Description
Processes string for meta tags,
without adding the results of that processing to the Results HTML.
Like the <@COMMENT></@COMMENT>
tag, any text inside the start and end tags is stripped out and does
not appears in the HTML sent on to the Web server. Unlike that tag
pair, any meta tags encountered are executed as part of the
application file, not ignored as they are within a comment.
This tag is useful if you want to do
processing in Results HTML without adding empty lines to the HTML
returned.
Note:
You must use both a start
tag and an end tag when using <@EXCLUDE>. Unpaired
appearances are treated as unrecognized tags and left untouched.
Example
<@EXCLUDE>Do this: <@ASSIGN
NAME=myVar VALUE="asdfasd"></@EXCLUDE>
The tag pair and the HTML contained inside
it are removed before the HTML is returned, and <@ASSIGN>
is executed as part of the application file.
See Also
<@COMMENT>
</@COMMENT>page 85 |