PushArrayCell Function

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 PushArrayCell(Handle array, any value)

Parameters

Handle array

Array Handle.

any value

Value to push.

Return Value

Index of the new entry.

Errors

Invalid Handle or out of memory.