EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

hash.create

Creating an item with this key. If an item with this key already exists, it will be initiated again. Items are created automatically when they are addressed as array items for the first time - hashname["key string"].

method uint hash.create (
   str key
)

Parameters

key Key value.

Return value

The pointer to the created item is returned.

Related links

Source