Well, it depends on what you want to do with it. For instance, if you just want to return the formatted value in the console, puts [format "%02i" $minFormat] will do it. If you want a persistent string that has the formatted characteristics, set minString [format "%02i" $minFormat] is what you want.
Bob Rashkin
rrashkin@csc.com