getelemenofarray()
¶
Warning
This page may contain outdated information, incompatible with the current version of Hercules and its coding standards.
Syntax¶
Description¶
This command retrieves the value of the element of given array at given index. This is equivalent to using:
The reason for this is, that this short form is internally converted into a call to getelementofarray()
, when the script is loaded.