<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Merge multiple map values.
syntax
MAPMERGE(
map1, map2 [, map3]...
)
Parameters
map
Type:
Map value.
Return Value
The merged map value.
Explanation
Merge multiple map values. If there are duplicate key names, the values of the later arguments take precedence.
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 format)
reference
MAP
MAPKEYS
MAPGET
MAPSET
MAPDEL
MAPMEARGE
MAPSTR
MAPSTRTO
ISMAP