The ifArraySet interface supports the array indexing operator [ ].

(See ArrayOperator.)

Implemented By

Supported Methods

Description of Methods

SetEntry(index As Integer, tvalue As Dynamic) As Void

Sets an entry at a given index to the passed value.  If index is beyond the bounds of the array, the array is expanded to accommodate it.