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.load

Add lines to the array of unicode strings from multi-line unicode string.

method arrustr arrustr.load (
   ustr input,
   uint flag
)

Parameters

input The input unicode string.
flag Flags.
$ASTR_APPENDAdding strings. Otherwise, the array is cleared before loading.
$ASTR_TRIMDelete characters <= space on the left and on the right.

Return value

Returns the object which method has been called..


arrustr.loadtrim

Add lines to the array of unicode strings from multi-line unicode string with trimming.

method arrustr arrustr.loadtrim (
   ustr input
)

Parameters

input The input unicode string.

Related links

Source

Edit