CNT_INSERT action


Declaration
CNT_INSERT _hContainer, _key, _value

Parameters
_hContainer in Identifier of Int type - data container.
_key in Identifier of value in the container (possible types: Bool, Real, Text, Time).

WARNING: the parameter may not be a structured identifier.
_value in Value to be inserted into the container. Possible value types: Bool, Real, Text, Time entire structured variable, structured variable row.

Description
The action inserts the value specified by the parameter _value into the data container. The value in the container is identified by the key specified by the parameter _key.

If the container already contains a value with the same key, the action overwrites the value with the value given by the parameter _value. Container cannot contain two (or more) values with the same key.
Example