CBA_fnc_hashSet

Description

Sets a value for a given key in a Hash.

See CBA_fnc_hashCreate.

Parameters

_hashHash to use [Hash]
_keyKey to set in Hash [Any]
_valueValue to set [Any]

Returns

The hash [Hash]

Author

Spooner

Creates a new Hash
Close