Table of Contents

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

2016/01/01 22:42