aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.variables
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.variables')
-rwxr-xr-xdoc/README.variables8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/README.variables b/doc/README.variables
index 3a8a7b48b..1bf900798 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -310,7 +310,13 @@ Of course, all of the above examples use constants, but would work the same if a
numeric or string constants were replaced with a variable reference ${CALLERIDNUM}, for
instance.
-
+__________________________
+NUMBERS VS STRINGS
+--------------------------
+
+Tokens consisting only of numbers are converted to 64-bit numbers for most of the
+operators. This means that overflows can occur when the numbers get above 18 digits.
+Warnings will appear in the logs in this case.
___________________________
CONDITIONALS
---------------------------