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.

arr.insert

Insert elements. The method inserts an element into the array at the specified index.

method arr.insert (
   uint id
)

Parameters

id The index of the element needs to be inserted.

arr.insert

The method inserts elements into the array at the specified index.

method uint arr.insert (
   uint from,
   uint count
)

Parameters

from The index of the first inserted element starts at zero.
count The amount of elements are required to be inserted.

Return value

The index of the first inserted item.

Related links

Source