From 9ca281d0a03ea083c4dba20de9d109d581a5ee4f Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 10 Feb 2014 13:59:02 -0200 Subject: Fixed script docs to reflect actual arrays size Thanks to KeyWorld. Signed-off-by: shennetsind --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index aa8698418..10f1601c0 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -638,7 +638,7 @@ even a value from an another array) to get at an array value: This will make @arrayofnumbers[100] equal to 10. Notice that index numbering always starts with 0. Arrays can hold over -4 billion variables. +2 billion variables. And array indexes probably can't be negative. Nobody tested what happens when you try to get a negatively numbered variable from an array, but it's -- cgit v1.2.3-60-g2f50