<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Data and Text classes > class ARRAY > Array.Get() |
Return the value or object contained in an array element.
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. |