The ifArrayGet interface supports the array indexing operator [ ]
(See Array Operator.)
Implemented By
Supported Methods
Description of Methods
GetEntry(index As Integer) As Dynamic
Returns an Array entry of a given index. Entries start at zero. If an entry is fetched that has not been set, "invalid" is returned.