Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

CNT_INSERT action


Declaration


Blok kódu
languageesl
themeConfluence
CNT_INSERT _hContainer, _key, _value
Parameters


_hContainerinIdentifier of Int type - data container.
_keyinIdentifier of value in the container (possible types: Bool, Real, Text, Time).

WARNING: the parameter may not be a structured identifier.
_valueinValue 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.

Info
titleRelated pages:

Script actions