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.

collection.append

Append an object or a numeric value to the collection.

method uint collection.append (
   uint value,
   uint itype
)

Parameters

value The value of the 32-bit number or the pointer to 64-bit number or the ponter to any other object.
itype The type of the appending value.

Return value

An index of the appended item.

Related links

Source