BOOL SetAt(
int index,
ARG_TYPE item)
Parameters
index
Index of the item in the array to modify.
item
Item to copy.
Comments
Returns TRUE if successful, FALSE if the index is out of bounds.
Copies the contents of the given item to the item in the array at the given index.