Lucee Function Reference

isdefined()

This Function is deprecated
Evaluates a string value to determine whether the variable
named in it exists.

Example

isdefined(string value):boolean

Category

decision

Arguments

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