|
isdecl
| Format:
isdecl ( variable ) |
Purpose:
Checks whether the variable or object field given has been previously declared.
Return Values:
Returns true if the variable or object field is declared, otherwise false.
Example:
| input: | resulting output:
|
<? isdecl(ff.notdef)> | false |
<let defvar=0;? isdecl(defvar)> | true |
Tip:
If heitml ever generates a "Undefined variable" or "Undefined tuple field" error message, you'll know you forgot to assign or declare a value before attempting to use that variable in an expression.
See Also:
isempty().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
© 1996-2012 H.E.I. All Rights Reserved.
|