Remove

LuaTable:Remove()

Come in Lua rimuove l'ultimo elemento della lista.

Esempio Insert [C#]

LuaTable tbl = new LuaTable();
tbl.Insert("pippo");
tbl.Insert(45);
tbl.Remove() // remove "pippo"


Created with the Personal Edition of HelpNDoc: Leave the tedious WinHelp HLP to CHM conversion process behind with HelpNDoc