CArray:Get
The Get method returns the value of the CArray member at a specified index.
value = CArray:Get( n ) |
The returned value is whatever type was stored in the array at the specified index. If the index is out of range this method returns nil.