Name

Add —

Synopsis

void Add(element, ...);
obj element;
...;

Description

Adds one or more objects to the array. Objects with index name can be added using: myArray.Add(theName:theValue, theName2:theValue2)

Parameters

element

The object to add

Returns

Nothing

See Also

method.array.Delete, method.array.Insert