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.

arrustr.unite...

Unite unicode strings of the array. The method unites all items of the array to a unicode string with the specified separator string.

method ustr arrustr.unite (
   ustr dest,
   ustr separ
)

Parameters

dest The result unicode string.
separ A separator of the strings.

Return value

The result unicode string.


arrustr.unitelines

The method unites items of the array to a multi-line unicode string. It inserts new-line characters between the each string of the array.

method ustr arrustr.unitelines (
   ustr dest
)

Parameters

dest The result unicode string.

Related links

Source