EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

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

Edit