Skip to main content
Version: 16

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 parameterAssignmentValue formatInput options
Map nameRequiredStringLocal, variable

Map name:

Name of the map.

Sample code

MAP_CREATE Map1