Gentee Programming Language > Documentation > Libraries Download documentation

buf.getmultistr

If an object contains a sequence of strings ending in zeros, this method will write these strings into a string array.
 
arr buf.getmultistr(
      arr   ret of str
)

Parameters

ret of strThe string array the sequence of strings from the buffer will be written to.

Return value

The function returns the parameter ret.

See also

    Buffer - binary data


 Copyright © 2004-2006 Gentee Inc. All rights reserved.