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

arrstr.insert

Insert a string to an array of strings.

method arrstr arrstr.insert (
   uint index,
   str newstr
)

Parameters

index The index of the item where the string will be inserted.
newstr The inserting string.

Return value

Returns the object which method has been called.

Related links

Source

Edit