Porovnávané verzie

Kľúč

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

CNT_GETKEY action


Declaration


Blok kódu
languageesl
themeConfluence
CNT_GETKEY _hContainer, _index, _key
Parameters


_hContainerinUnique identifier of Int type - data container.
_indexinConsecutive number of an item (from 1...) of array that was created by CNT_CNVTOARRAY.
_keyoutValue of the key from a container.
Description
The action reads the value of key of an item value from data container, which is defined by its consecutive serial number (the _index parameter _index) and inserts it into the _key parameter _key.
The parameter The  _key parameter must be of the appropriate type.
The parameter _index parameter may be a value in the range 1..._nr. Parameter _nr may be acquired by calling CNT_GETNR.

Info
titleRelated pages:

Script actions