.. _func_data_mapkeys: ======= MapKeys ======= MapKeys - Description =========== .. code-block:: blitzmax MapKeys:TMapEnumerator( map:TMap ) Get map keys The object returned by #MapKeys can be used with #EachIn to iterate through the keys in @map. Parameters ========== Return Values ============= An iterator object Examples ======== See Also ========