StructInsert(structure, key, value [, allowoverwrite ])
structure
Structure to contain the new key-value pair.
key
Key that contains the inserted value.
value
Value to be added.
allowoverwrite
Optionally indicates whether to allow overwriting an existing key. The default is FALSE.
|