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

ustr.insert

Insertion. The method inserts one unicode string into another.

method ustr ustr.insert (
   uint offset,
   ustr value
)

Parameters

offset The offset where string will be inserted.
value The unicode string being inserted.

Return value

Returns the object which method has been called.

Related links

Source

Edit