IIf Statement

Returns one of two possible function results, depending on the logical value of the evaluated expression.

தொடரமைப்பு:


IIf (Expression, ExpressionTrue, ExpressionFalse)

அளவுருக்கள்:

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.

பிழையான குறியீடுகள்:

5 செல்லாத செயல்முறை அழைப்பு

Please support us!