![]() ![]() |
|
SSUBThe SSUB function performs string subtraction of two base 10 string numbers.
COMMAND SYNTAXSSUB(expr1, expr2)
SYNTAX ELEMENTSexpr1 and expr2 are strings consisting of numeric characters, optionally including a decimal part.
NOTESThe SSUB 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 SSUB.
EXAMPLEA = 2.3000000123456789 Displays -2.6999999876543212 to the screen. |