Quote:
Originally Posted by bttrflii
I can't quite figure out what you're trying to say. I *DO* want the leading zero, and I currently get a leading zero when the series number is a whole number. What I'm asking is how to get a leading zero in front of partial numbers as well, without adding three extra characters (a decimal and two zeroes) to all of the whole numbers.
|
sorry
5.2 means 5 places total 2 digits dot 2 digits
if you need 3 digits to the left: 6.2
if you need 3 digits to the right: 6.3
BTW I use {series_index:0>5.2f|| - }{title} on my K4
(and I discovered the hard way

)
-{series_index:0>5.2f|| - }{title} causes a reverse sort