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.

arrstr = type

Convert types to the array of strings. Convert a multi-line string to an array of strings.

operator arrstr = (
   arrstr dest,
   str src
)

Return value

The array of strings.


arrstr = arrstr

Copy one array of strings to another array of strings.

operator arrstr = (
   arrstr dest,
   arrstr src
)

arrstr = collection

Copy a collection of strings to the array of strings.

operator arrstr = (
   arrstr left,
   collection right
)

Related links

Source