Gentee Programming Language > Documentation > Libraries Download documentation

buf.setmultistr

The method writes all strings from a string array one by one into the specified object. Each string will end in a zero.
 
buf buf.setmultistr(
      arr   ret of str
)

Parameters

ret of strThe string array data will be taken from.

Return value

Returns the object which method has been called.

See also

    Buffer - binary data


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