Add —
void Add(element, ...);obj element;...;
void Add(
)
Adds one or more objects to the array. Objects with index name can be added using: myArray.Add(theName:theValue, theName2:theValue2)
Parameters
The object to add
Nothing
method.array.Delete, method.array.Insert