This is an old revision of the document!
RemoveTableElement(<-table <-key)
Removes an element from a table. Note that keys are case sensitive strings.
CreateTable ->table SetTableElement(<-table "SomeKey" 42) RemoveTableElement(<-table "SomeKey) trace(GetTableElement(<-table "SomeKey)) #prints ""
⇐ Index