while generating the number it should contain leading zeros
incrementing the number with leading zeros
Collapse
X
-
incrementing and padding zero's is not possible together as i know, so first increment and then pad leading zero's.
you can use "string.format"
Comment