Removes an item from the array.
public bool RemoveItem(int index);
Parameters
index
0 based index of item to remove
See also:
Class ComArray© West Wind Technologies, 2004-2020 • Updated: 12/22/16
Comment or report problem with topic
Removes an item from the array.
public bool RemoveItem(int index);
index
0 based index of item to remove