Next: , Previous: indent, Up: language


Generate filler string
— TCL Backend: [-column] text ... filler

This command, spelled with 3 dashes (-), return a string of length column (70 by default), starting with text and filled with the last character of the filler string.

Parameters:

text
The text to fill.
filler
The filler character.
column
The desired length of the returned string.