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

Setting a new size of the unicode string. The method does not reserve space. You cannot specify the size of a string greater than the reserved space you have. Mostly, this function is used for specifying the size of a string after external functions write data to it.

method ustr ustr.setlen (
   uint len
)

Parameters

len New string size.

Return value

Returns the object which method has been called.


ustr.setlenptr

Recalculate the size of a unicode string to the zero character. The function can be used to determine the size of a string after other functions write data into it.

method ustr ustr.setlenptr

Related links

Source