MAPSTRTO

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

MAPSTRTO


 

Converts a map string to a value.

 


syntax

MAPSTRTO(

         mapstr

         [, type = ""]

         )

 


Parameters

 

mapstr

 

Type:

String

 

The map string.

 

type

 

Type:

String

 

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

 

 

Type:

General purpose

 

value.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

×

Calculation formula syntax

 

 


reference