![]() ![]() |
|
SADDThe SADD function performs string addition of two base 10 string numbers.
COMMAND SYNTAXSADD(expr1, expr2)
SYNTAX ELEMENTSexpr1 and expr2 are strings consisting of numeric characters, optionally including a decimal part.
NOTESThe SADD function can be used with numbers that may exceed a valid range with standard arithmetic operators. The PRECISION declaration has no effect on the value returned by SADD.
EXAMPLES
Displays 4000000000000000000000000000007 to the screen.
Displays 6.13333333333333333 to the screen. |