Home / api / name / gb.array.get 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
GB.Array.Get
Syntax
void *GB.Array.Get ( GB_ARRAY array , long index )

Returns a pointer to an element of the array from its index.

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

See also

Array Objects Management