Is there a way to create a counter with a leading zero until it reaches 10? Like the following: 01, 02, 03 ... 09, 10, 11
- Counter with leading zero? Peter Baumgartner
- Re: Counter with leading zero? Paul A. Rubin
Is there a way to create a counter with a leading zero until it reaches 10? Like the following: 01, 02, 03 ... 09, 10, 11