MAP_CREATE
Creates a map.
Description
Creates an empty map with the specified name. A map is a way to store key-value pairs. Both the keys and the values are strings.
Syntax
MAP_CREATE [Map name]
Command parameters
Command parameter | Assignment | Value format | Input options |
---|---|---|---|
Map name | Required | String | Local, variable |
Map name:
Name of the map.
Sample code
MAP_CREATE Map1