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

str.lines

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

method arrstr str.lines (
   arrstr ret,
   uint trim,
   arr offset
)

Parameters

ret The result array of strings.
trim Specify 1 if you want to trim all characters less or equal space in lines.
offset The array for getting offsets of lines in the string. It can be 0->>arr.

Return value

The result array of strings.


str.lines

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

method arrstr str.lines (
   arrstr ret,
   uint trim
)

Parameters

ret The result array of strings.
trim Specify 1 if you want to trim all characters less or equal space in lines.

str.lines

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

method arrstr str.lines<result> (
   uint trim
)

Parameters

trim Specify 1 if you want to trim all characters less or equal space in lines.

Return value

The new result array of strings.

Related links

Source

Edit