This function evaluates a condition and returns a result based on the condition result. The result depends on the passed parameter values (can be any type).
Function Parameters
If |
An expression which returns Boolean result (e.g. Equal (=), Greater Than (>), Logical Or, etc.). Possible children:
|
---|---|
Then |
Value returned if the condition resturns Possible children:
|
Else |
Value returned if the condition returns Possible children:
|