![]() ![]() |
|
FADDThe FADD function performs floating point addition of two numeric values.
COMMAND SYNTAXFADD(expression1, expression2)
SYNTAX ELEMENTSBoth expression1 and expression 2 must evaluate to non-null numeric values.
NOTESIf either of the arguments evaluates to null then a run time "non-numeric" error will occur.
EXAMPLES
displays 24.2334002 |