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

Write formatted data to a string. The method formats and stores a series of characters and values in string. Each argument is converted and output according to the corresponding C/C++ format specification (printf) in format parameter.

method str str.printf (
   str format,
   collection clt
)

Parameters

format The format of the output.
clt Optional arguments.

Return value

Returns the object which method has been called.

Related links

Source

Edit