.. highlightlang:: us .. index:: MapGetKeys .. _mapgetkeys: MapGetKeys ========== .. us.tag MapGetKeys NOTREADYENGLISH Map_Get :ref:`MapGetKeys` returns a vector of keys. .. function:: svKeys = MapGetKeys(hMap) .. us.return **Return Value** *svKeys* is a string vector of all keys in the map, or an empty string if the map is empty. .. us.params **Parameters** .. uparam:: hMap *hMap* identifies the map. .. seealso:: :ref:`overview-map`, :ref:`MapCreate`, :ref:`MapLookup` :sub:`id-1061643`