~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#tables| Tables]] ====== RemoveTableElement ====== RemoveTableElement(<-table <-key) ===== Description ===== Removes an element from a table. Note that keys are case sensitive strings. ===== Examples ===== CreateTable ->table SetTableElement(<-table "SomeKey" 42) RemoveTableElement(<-table "SomeKey") trace(GetTableElement(<-table "SomeKey")) #prints "" <=[[4rpl:start| Index]]