count keys in map(name of map)


Returns the number of elements of a Named Map a. If no name is specified, the name default will be used.

Description of Parameters

Parameter

Description

a

(optional) Name of map. Default: default

Examples

A map MyMap with three elements is defined.

Parameter a

Result

MyMap

3

MyOtherMap

0