This class implements an array of Objects.
- You can enumerate this class with the FOR EACH ... NEXT control structure.
aObject = NEW Object[]
hObject = aObject [ Index AS Integer ] AS Object
- Returns an element of the array.
aObject [ Index AS Integer ] = hObject
- Modifies an element of the array.
Referenced by: