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.del

Deleting item(s). The method removes an item with the specified number.

method arr.del (
   uint num
)

Parameters

num The number of item starting from 0.

arr.del

The method removes items from the array.

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

Parameters

from The number of the first item being deleted (from 0).
count The count of the items to be deleted.

Return value

Returns the object which method has been called.

Related links

Source