CNT_GETKEY

CNT_GETKEY

CNT_GETKEY action


Declaration

CNT_GETKEY _hContainer, _index, _key

Parameters

_hContainer

in

Unique identifier of Int type - data container.

_index

in

Consecutive number of an item (from 1...) of array that was created by CNT_CNVTOARRAY.

_key

out

Value of the key from a container.

Description

The action reads the key item value from a data container, which is defined by its serial number (the _index parameter) and inserts it into the _key parameter.
The  _key parameter must be of the appropriate type.
The _index parameter may be a value in the range 1..._nr. Parameter _nr may be acquired by calling CNT_GETNR.


Related pages:

Script actions