This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:settableelement [2021/01/14 16:31] – [Description] Sanian | 4rpl:commands:settableelement [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | < | + | < |
| + | < | ||
| + | |||
| + | <WRAP tabs> | ||
| + | * [[4rpl: | ||
| + | * [[4rpl: | ||
| + | </ | ||
| ====== SetTableElement ====== | ====== SetTableElement ====== | ||
| Line 15: | Line 21: | ||
| <code 4rpl> | <code 4rpl> | ||
| - | CreateTable -> | + | CreateTable -> |
| - | | + | SetTableElement(< |
| - | trace(GetTableElement(< | + | GetTableElement(< |
| - | #alternate syntax | + | # alternate syntax |
| - | #Use curly braces around to surround the key. | + | # Use curly braces around to surround the key. |
| - | 42 -> | + | 42 -> |
| </ | </ | ||