hello,
i would like to know how to do numbering format for "0000" where each time it will generate 0001,0002,0003 and so on untill 9999.
counter = "0000"
counter = counter + 1
i would like to know how to do numbering format for "0000" where each time it will generate 0001,0002,0003 and so on untill 9999.
counter = "0000"
counter = counter + 1
Comment