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.reserve

Memory reservation. The method increases the size of the memory allocated for the unicode string.

method ustr.reserve (
   uint len
)

Parameters

len The summary requested length of th eunicode string. If it is less than the current size, nothing happens. If the size is increased, the current string data is saved.

Return value

Returns the object which method has been called.

Related links

Source