Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Left Justify and pad with spaces
I have a field that I need to look like so…
“L “? That’s an L with 5 spaces after it, I don’t need the quotes.
Can I do that with a tcl fragment?
Try something like this…
set a “L” set b [format %-5s $a]