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