Array.Get()
Array.Get()
Type: INSTANCE FUNCTION
Purpose: Returns the value or object contained in an array element.
Usage: Data = Array.Get(x1, x2, . . ., xn)
x1 | INDEX | First position within the array. | |
x2 | INDEX | Second position within the array. | |
xn | INDEX | nth position within the array. | |
Data | unknown | Any valid Explain™ object which was stored in the array |
Comments are closed.