Gentee Programming Language > Documentation > Libraries | Download documentation |
The method copies data into a string.
str str.copy( uint src, uint size )
src The pointer to the data being copied. If data does not end in a zero, it will be added automatically. size The size of the data being copied.
str str.copy( uint src )
src The pointer to the data being copied. All data to the zero character will be copied.
Returns the object which method has been called.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |