tremove

LUA

tremove

tremove (TABLE [, POS])

Removes from TABLE the element at position POS, shifting to close the space, if necessary. Returns the value of the removed element.Default value for POS is the result of getn(table) (removal of the last element.) Table “size” (n fleld) is then updated.