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