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.

ustr + ustr

Add two strings. Putting two unicode strings together and creating a resulting unicode string.

operator ustr +<result>  (
   ustr left,
   ustr right
)

Return value

The new result unicode string.


ustr + str

Add a unicode string and a string.

operator ustr +<result> (
   ustr left,
   str right
)

Return value

The new result unicode string.

Related links

Source