CNT_CNVTOARRAY
CNT_CNVTOARRAY action
Declaration
CNT_CNVTOARRAY _hContainer
Parameters
_hContainer | in | Identifier of Int type - data container. |
Description
The action creates an array for accessing the values of specified data container
by means of index.
Single conversion of the container to an array sorted by key in ascending order. The action have to be executed before calling the
action CNT_GETITEM.
Array is automatically terminated by execution of next action CNT_INSERT or
CNT_DELETE in script.
Related pages: