Empty()
This function is deprecated, use instead IsEmpty().
This function returns true
if a value exists and is not "empty".
The following things are considered to be empty:
""
(an empty string)[]
(an empty array){}
(an empty struct)
Any other value returns false
Status:
Empty( variable=variableString );
Returns: Boolean
Examples
There are currently no examples for this function.
See also
- IsEmpty()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)