It would be great for our use case (marking up construction plans) if you could specify the number of leading zeros to make a sequence like below:
001, 002, 003, 004, 005, 006, 007, 008, 009, 010, 011
Currently if you try adding leading zeros it will look like this (clearly not right):
001, 002, 003, 004, 005, 006, 007, 008, 009, 0010, 0011