| This is an assignment operator in HTML. This can
also be used to create variables and cookies. In version 2.1,
much of this functionality has been replaced by the iSET command.
|
Usage | Any
time a variable is required, this tag can be used. The EVAL directive
will evaluate any colon variables that are in the assignment.
This is handy for doing recursive processing. The QUOTE directive
is used to keep the double quotation marks in the variable being
created. This is useful when filling HTML <INPUT> boxes with
data that contains spaces.
|
Comments | To get non-printable characters simply create a variable that
contains that character by typing it in. (For the TAB character:
<iEQ name=tabchar value="{tab typed in}"> this
will work for carriage returns as well. This is mainly used for
outputting tabs and carriage returns when using iFILE.) This tag
is used for both numeric and string data. See Chapter 6 on how
to create cookies with the iEQ tag.
|