Add
SUB
Add
(
Value
AS
Object
[
, Index
AS
Integer
]
)
Inserts an element into the array at the position specified by
Index
. The elements stored after this position are shifted.
If
Index
is not specified, the element is added at the end of the array.