func_data_mapkeys.rst 373 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_data_mapkeys:
  2. =======
  3. MapKeys
  4. =======
  5. MapKeys -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. MapKeys:TMapEnumerator( map:TMap )
  10. Get map keys
  11. The object returned by #MapKeys can be used with #EachIn to iterate through
  12. the keys in @map.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. An iterator object
  18. Examples
  19. ========
  20. See Also
  21. ========