EnglishРусский  
 Share/Save/Bookmark
 

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

Edit