Gentee Programming Language > Documentation > Libraries | Download documentation |
The method inserts one buf object into another.
buf buf.insert( uint offset, buf value )
offset The offset where data will be inserted. If the offset is greater than the size, data is added to the end to the buffer. value The buf object with the data to be inserted.
Returns the object which method has been called.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |