Quote:
Originally Posted by eschwartz
Use the formatting operator: "4.1f" -- four characters, 2 leading, one decimal, one following the decimal.
0> -- indicates the filler symbol, and that it gets added to the > front.
|
Thanks for the reply! I like the way it formats the series when there are decimal numbers
But would you happen to know how I would change it so that it only formats that way if I have decimal numbers? So numbers like 2.50 would change to 2.5, but numbers like 1, 2, 3, etc. stay like 01, 02, 03?
Sorry if I'm not providing a clear explanation!