<@DEBUG> </@DEBUG>
Syntax
<@DEBUG></@DEBUG>
Description
These paired tags provide the Tango user
more power to debug application files. If debugging is on, Tango
processes the text inside the <@DEBUG></@DEBUG>
pair; otherwise, these tags and the content inside are stripped out of
the application file before being sent to the server.
This tag is valid in Results, No Results,
and Error HTML only.
Examples
<@DEBUG> <@COLUMN NAME="contacts.lastname">
</@DEBUG>
This example includes the value of the
lastname column of the contacts table in the HTML only if in
debug mode.
<@DEBUG> <@ASSIGN NAME="gname"
VALUE="<@COLUMN NAME='contacts.lastname'>">
</@DEBUG>
This example executes the variable
assignment only if in debug mode. |