incrementing the number with leading zeros

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jpyadav
    New Member
    • Feb 2013
    • 1

    incrementing the number with leading zeros

    while generating the number it should contain leading zeros
  • PreethiGowri
    New Member
    • Oct 2012
    • 126

    #2
    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

    Working...