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

str.setlen

Setting a new string size. 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 str str.setlen (
   uint len
)

Parameters

len New string size.

Return value

Returns the object which method has been called.


str.setlenptr

Recalculate the size of a 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 str str.setlenptr()

Related links

Source

Edit