MAPGET

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

MAPGET


 

Gets the value of the specified key name from the map.

 


syntax

MAPGET(

         map,

         key

         [, default = #NOTHING#]

         )

 


Parameters

 

map

 

Type:

map

 

Map value.

 

key

 

Type:

Character types

 

The key name.

 

default

 

Type:

General purpose

 

The value to return if the parameter is not found.

 

Return Value

 

 

Type:

General purpose

 

The retrieved value.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 

 


reference