2.0
3.0
>
dev
>
api
>
name
>
gb.array.add
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
GB.Array.Add
void *
GB.Array.Add
( GB_ARRAY
array
)
Inserts an element at the end of a
Gambas
Inline Arrays
.
array
is a reference to the array
object
.
This function returns a pointer to the new element. Use the
api/cat/store
functions family to put a data into the array.
See also
Array Objects Management