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

arrustr = type

Convert types to the array of unicode strings. Convert a multi-line unicode string to an array of unicode strings.

operator arrustr = (
   arrustr dest,
   ustr src
)

Return value

The array of unicode strings.


arrustr = arrustr

Copy one array of unicode strings to another array of unicode strings.

operator arrustr = (
   arrustr dest,
   arrustr src
)

arrustr = collection

Copy a collection of strings (simple or unicode) to the array of unicode strings.

operator arrustr = (
   arrustr left,
   collection right
)

Related links

Source

Edit