Gentee Programming Language > Documentation > Libraries Download documentation

str.append

Add data to a string.
 
str str.append(
      uint   src,
      uint   size
)

Parameters

srcThe pointer to the data to be added.
sizeThe size of the data being added.

Return value

Returns the object which method has been called.

See also

    Strings


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