Add
Inserts an element into the array. If the position is not specified, the element is inserted at the end of the array.
SUB
Add
(
Value
AS Integer
[
,
Index
AS Integer
]
)
Referenced by :
Add