CNT_CREATE

CNT_CREATE

CNT_CREATE action


Declaration

CNT_CREATE _hContainer [CASE_SENSITIVE]

 

Parameters

_hContainer

out

Identifier of Int type - data container.

 

Description

The action creates an empty data container. The owner of the container is running instance of the script. The container cannot be shared by other scripts.
The key word CASE_SENSITIVE ensures the comparison of the keys of inserted items based on differentiation of lowercase and uppercase letters. It is used only for the keys of Text type.
The container is terminated by termination of the script or by execution of the action CNT_DESTROY.


Related pages:

Script actions