GB.Remove
Syntax
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.
See also
Memory Arrays Management