Home / api / name / gb.array.add 
GB.Array.Add
Syntax
void *GB.Array.Add ( GB_ARRAY array )

Inserts an element at the end of a Gambas Inline Arrays.

This function returns a pointer to the new element. Use the Storing Values In Memory functions family to put a data into the array.


See also
Array Objects Management