.. _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 ========