IIf()
Evaluates a Boolean conditional dynamic expression. Depending on whether the expression is true or false, dynamically evaluates one of two string expressions and returns the result.
IIf( condition=boolean, string_expression1=string, string_expression2=string );
Returns: any
Examples
There are currently no examples for this function.
See also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)