IIf Statement [Runtime] /text/sbasic/shared/03090103.xhp Sun Microsystems, Inc. converted from old format - fpe
IIf statement IIf Statement [Runtime] Returns one of two possible function results, depending on the logical value of the evaluated expression.
Syntax: IIf (Expression, ExpressionTrue, ExpressionFalse) Parameters: Expression: Any expression that you want to evaluate. If the expression evaluates to True, the function returns the result of ExpressionTrue, otherwise it returns the result of ExpressionFalse. ExpressionTrue, ExpressionFalse: Any expression, one of which will be returned as the function result, depending on the logical evaluation.