-
Notifications
You must be signed in to change notification settings - Fork 759
Getelementofarray
Haru edited this page Oct 19, 2016
·
1 revision
- getelementofarray(<array></array>, <index></index>);
This command retrieves the value of the element of given array at given index. This is equivalent to using:
array[index]
The reason for this is, that this short form is internally converted into a call to getelementofarray, when the script is loaded.
[[if]](@varl!=@vars) { [[mes]] "This will never be shown"; }