func_data_mapvalues.rst 391 B

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