4rpl:commands:removetableelement

This is an old revision of the document!


Index
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 ""

Index

4rpl/commands/removetableelement.1670762017.txt.gz · Last modified: 2025/02/14 14:56 (external edit)