Explanation
This method fetches an element from an array object.
Syntax
INVOKE anObject "GET-ARRAY-ELEMENT" USING inx RETURNING elemValue
Parameter and return value
Specifies the array object from which an element is to be fetched.
Specifies the subscript of the element to be fetched. The subscript begins from~0.
Returns the value of the array element fetched.