tinsert

LUA

tinsert

tinsert (TABLE [, POS] , VALUE)

Inserts element VALUE at table position POS, shifting to open space, if necessary.Default value for POS is getn(table)+1 (insertion at the end of the table, or append.) Table “size” (n fleld) is then updated.