Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function ISDEFINED

Evaluates a string value to determine whether the variable
named in it exists.

Example

isdefined(string variable):boolean

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
variable string  Yes String, enclosed in quotation marks. Name of variable to test for.