Index by: file name |
procedure name |
procedure call |
annotation
putsTabular_proc.tcl
(annotations | original source)
####################################################################
# tabbed display.
####################################################################
proc putsTabular {width args} {
set fmt [string repeat "%-${width}s" [llength $args]]
#putsLog [eval [list format $fmt] $args]
set a "[eval [list format $fmt] $args]"
putsLog $a
#return [eval [list format $fmt] $args]
}
Index by: file name |
procedure name |
procedure call |
annotation
File generated 2007-08-07 at 13:42.