<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Sets the value for a map value.
syntax
MAPSET(
map,
key,
value
)
Parameters
map
Type:
Map value.
key
Character types
The key name.
General purpose
value.
Return Value
Boolean
FALSE - Failure. TRUE - Success.
Explanation
Sets the value of the given key in the map value. If this is a new key name, adds a new value.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
×
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind syntax)
reference
MAP
MAPKEYS
MAPGET
MAPSET
MAPDEL
MAPMEARGE
MAPSTR
MAPSTRTO
ISMAP