2.0
3.0
>
dev
>
api
>
name
>
gb.remove
Voorgaande
Volgende
Bewerken
Hernoemen
Undo
Search
Administratie
Handleiding
Waarschuwing Deze pagina is niet vertaald.
Zie Engelse versie
GB.Remove
void
GB.Remove
( void *
parray
, long
pos
, long
count
)
Removes elements from a memory array at a specified position.
parray
is a pointer to the memory array that was casted to
void *
.
pos
is the position of the first element to remove.
count
is the number of elements to remove.
Zie ook
api/cat/marray