GB.Array.Add

void * *GB.Array.Add ( GB_ARRAY array )

Inserts an element at the end of a Gambas array.

This function returns a pointer to the new element. Use the GB.Store function family to put a data into the array.