MapGetKeysΒΆ

MapGetKeys returns a vector of keys.

svKeys = MapGetKeys(hMap)

Return Value

svKeys is a string vector of all keys in the map, or an empty string if the map is empty.

Parameters

hMap

hMap identifies the map.

id-1061643