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[i]

Getting [i] item of the array.

method uint arr.index (
   uint i
)

Return value

The [i] item of the array.


arr[i,j]

Getting [i,j] item of the array.

method uint arr.index (
   uint i,
   uint j
)

Return value

The [i,j] item of the array.


arr[i,j,k]

Getting [i,j,k] item of the array.

method uint arr.index (
   uint i,
   uint j,
   uint k
)

Return value

The [i,j,k] item of the array.

Related links

Source