9.2
AIF - Arithmetic IF
Returns arg2, if arg1< 0, returns arg3, if arg1= 0, returns arg4 else
Argument(s)
4, Real String String String
Result type
String
Aliases
ARITHIF
See also
IF
Category
Miscellanous functions
Example:
C:> ASET -p X := AIF(0.5,'a','b','c') X=c