I have figured out how to get the tcl string format command to pad some spaces to the left of a variable, but cannot seem to be able to get it to work with padding to the right.
I need to take the following:
“PAYROLL”
and turn it into:
“PAYROLL “
Thanks!