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

buf.getmultistr

Convert a buffer to array of strings. Load the array of string from multi-string buffer where strings are divided by zero character.

method arrstr buf.getmultistr (
   arrstr ret,
   arr offset
)

Parameters

ret The result array of strings.
offset The array for getting offsets of strings in the buffer. It can be 0->>arr.

Return value

The result array of strings.


buf.getmultistr

Load the array of string from multi-string buffer where strings are divided by zero character.

method arrstr buf.getmultistr (
   arrstr ret
)

Parameters

ret The result array of strings.

Related links

Source

Edit