IIF (Expression, True Part, False Part)
Description:
It returns the value of "True Part" or "False Part" according with the value of "Expression".
Arguments:
|
Expression
|
|
It is any valid expression
|
|
|
|
True Part
|
|
Any expression of any type.
|
|
|
|
False Part
|
|
Any expression of any type.
|