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
)
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
)
arrstr ret
)
Parameters
ret | The result array of strings. |
Related links | Source |