Gentee Programming Language > Documentation > Libraries Download documentation

str.copy

The method copies data into a string.
 
str str.copy(
      uint   src,
      uint   size
)

Parameters

srcThe pointer to the data being copied. If data does not end in a zero, it will be added automatically.
sizeThe size of the data being copied.



 
str str.copy(
      uint   src
)

Parameters

srcThe pointer to the data being copied. All data to the zero character will be copied.

Return value

Returns the object which method has been called.

See also

    Strings


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