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

arrstr = type

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

operator arrstr = (
   arrstr dest,
   str src
)

Return value

The array of strings.


arrstr = arrstr

Copy one array of strings to another array of strings.

operator arrstr = (
   arrstr dest,
   arrstr src
)

arrstr = collection

Copy a collection of strings to the array of strings.

operator arrstr = (
   arrstr left,
   collection right
)

Related links

Source

Edit