samintz
Scott Mintz
- May
- 1,580
- 28
The examples for @ARRAYINFO are incorrect. This is what it currently says:
@ARRAYINFO will return -1 if the array doesn't exist.
Examples:
setarray array[5,10]
echo %@arrayinfo[0]
2
echo %@arraninfo[2]
10
The echo statements are missing the array name. Plus the typo on the second echo.
@ARRAYINFO will return -1 if the array doesn't exist.
Examples:
setarray array[5,10]
echo %@arrayinfo[0]
2
echo %@arraninfo[2]
10
The echo statements are missing the array name. Plus the typo on the second echo.