Skip to main content

Map Elements

Map Elements

Format

map [ key ]

Description

After you specify that a variable is a map, by using the Map statement, you can set and retrieve values from the map using square braces containing the key.

Keys should be string values/expressions. If you use an integer or a float as the key, it will be converted to a string.

See Also

ArrayBase, ArrayLength, Assigned, Dim, Fill, Map, Redim, TypeOf, Unassign, VariableWatch