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