[ Main Menu ] [ Extension Tools Menu ] [ lite Edition Menu ]

<iISDEF> Tag


<iISDEFVAR="varname"
>

This tag determines if the variable is defined at the current moment in time. IISDEF will report false on environment variables since these are not defined until requested.
UsageThis can be used in combination with <iIF> tag to determine if a variable is defined.
ResolutionResolves to true or false
Comments varname is the name of an environment variable. You do not need to put ':' in front of the variable name in the VAR directive of the tag.


iISDEF Example
Example Source Code
Top