<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Converts a map string to a value.
syntax
MAPSTRTO(
mapstr
[, type = ""]
)
Parameters
Type:
String
The map string.
type
Empty string: String obtained with MAPSTR
"KEY:VALUE" : The value part is the representation string used in the script (see: CScript)
"KEY:STRING": The value is a string
Example) a = MAPSTRTO(c("a:hello", "b:123"), "KEY:STRING");.
Return Value
General purpose
value.
Explanation
Converts the map string generated by the MAPSTR method into a value. For more information, see the explanation of the MAPSTR method.
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