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