EnglishРусский  
 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

str.append

Data addition. Add data to a string.

method str str.append (
   uint src,
   uint size
)

Parameters

src The pointer to the data to be added.
size The size of the data being added.

Return value

Returns the object which method has been called.

Related links

Source