1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_data_mapvalueforkey:
- ==============
- MapValueForKey
- ==============
- MapValueForKey -
- Description
- ===========
- .. code-block:: blitzmax
- MapValueForKey:Object( map:TMap,key:Object )
- Find a value given a key
- If @map does not contain @key, a #Null object is returned.
- Parameters
- ==========
- Return Values
- =============
- The value associated with @key
- Examples
- ========
- See Also
- ========
|