EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

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

Edit