EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

ustr.replace

Replacing in a unicode string. The method replaces data in a unicode string.

method ustr ustr.replace (
   uint offset,
   uint size,
   ustr value
)

Parameters

offset The offset of the data being replaced.
size The size of the data being replaced.
value The unicode string being inserted.

Return value

Returns the object which method has been called.

Related links

Source