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 = type

Assign types to unicode string. Copy a string to the unicode string ustr = str.

operator ustr = (
   ustr left,
   str right
)

Return value

The result unicode string.


ustr = ustr

Copy a unicode string to another unicode string.

operator ustr = (
   ustr left,
   ustr right
)

Related links

Source