CBA_fnc_hashGet

Description

Gets a value for a given key from a Hash.

See CBA_fnc_hashCreate.

Parameters

_hashHash to look for key in [Array which is a Hash structure]
_keyKey to search for in Hash [Any]
_defaultOverwriteDefault Overwrite if key is not defined [Any]

Returns

Value associated with the key, or Hash default value if key missing [Any]

Author

Spooner

Creates a new Hash
Close