<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Gets all the key names from a map value.
syntax
MAPKEYS(
map
)
Parameters
Type:
Map value.
Return Value
array
An array of all key names.
Explanation
Returns an array of all the keys from the map passed as a parameter.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
×
Calculation formula syntax
Can be used in expression syntax (e.g. bind syntax)
reference
MAP
MAPKEYS
MAPGET
MAPSET
MAPDEL
MAPMEARGE
MAPSTR
MAPSTRTO
ISMAP