User Tools

Site Tools


4rpl:commands:gettablekeys

This is an old revision of the document!


Index

GetTableKeys

GetTableKeys(<-table) ->keysList

Description

Returns a list containing the keys of the specified table.

Examples

TableN("Key0" "Val0" "Key1" "Val1" "Key2" "Val2" 2) ->table
GetTableKeys(<-table) ->keys #keys contains [Key2, Key1, Key0]

Index

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