ArrayList.Push Method

Pushes a value onto the end of an array, adding a new index.

This may safely be used even if the array has a blocksize greater than 1.

int Push(any value)

Parameters

any value

Value to push.

Return Value

Index of the new entry.

Errors

Invalid Handle or out of memory.