EnglishРусский  

Ads

Scriptius script builder
Provides the best choice in work automation and great time saving features.

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

Array

Array. You can use variables of the arr type for working with arrays. The arr type is inherited from the buf type.

 

Operators

* arr Get the count of items.
foreach var,arr Foreach operator.
arr of type Specifying the type of items.
arr[i] Getting [i] item of the array.

Methods

arr.clear Clear an array.
arr.cut Reducing an array.
arr.del Deleting item(s).
arr.expand Add items to an array.
arr.insert Insert elements.
arr.move Move an item.
arr.sort Sorting an array.
Edit