diff options
author | shennetsind <ind@henn.et> | 2014-02-10 13:59:02 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-10 13:59:02 -0200 |
commit | 9ca281d0a03ea083c4dba20de9d109d581a5ee4f (patch) | |
tree | 40ed476ed3e6622956b448c8834574f387f4a510 /doc | |
parent | 92be98c305c4888e5842c44d100e04a5aad4da25 (diff) | |
download | hercules-9ca281d0a03ea083c4dba20de9d109d581a5ee4f.tar.gz hercules-9ca281d0a03ea083c4dba20de9d109d581a5ee4f.tar.bz2 hercules-9ca281d0a03ea083c4dba20de9d109d581a5ee4f.tar.xz hercules-9ca281d0a03ea083c4dba20de9d109d581a5ee4f.zip |
Fixed script docs to reflect actual arrays size
Thanks to KeyWorld.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |