func_data_mapvalueforkey.rst 407 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_data_mapvalueforkey:
  2. ==============
  3. MapValueForKey
  4. ==============
  5. MapValueForKey -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. MapValueForKey:Object( map:TMap,key:Object )
  10. Find a value given a key
  11. If @map does not contain @key, a #Null object is returned.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The value associated with @key
  17. Examples
  18. ========
  19. See Also
  20. ========