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

Filling a string. Fill a string to the left or to the right.

method str str.fill (
   str val,
   uint count,
   uint flag
)

Parameters

val The string that will be filled.
count The number of additions.
flag Flags.
$FILL_LEFTFilling on the left side.
$FILL_LENThe count parameter contains the final string size.
$FILL_CUTCut if longer than the final size. Used together with FILL_LEN.

Return value

Returns the object which method has been called.


str.fillspacel

Fill a string with spaces to the left.

method str str.fillspacel (
   uint len
)

Parameters

len Final string size.

str.fillspacer

Fill a string with spaces to the right.

method str str.fillspacer (
   uint len
)

Parameters

len Final string size.

Related links

Source

Edit