nimedon
01-02-2008, 01:08 PM
Hello
how can I use de function + but with 3 digits counting zeros 0, I have this:
Label1.Caption = Label1.Caption + 1
but these doesn't count the 0 to the left, I want something that do this:
001
002
003
004
005
006
007
008
009
etc
until 999
can anyone help me?
thank you very much!
how can I use de function + but with 3 digits counting zeros 0, I have this:
Label1.Caption = Label1.Caption + 1
but these doesn't count the 0 to the left, I want something that do this:
001
002
003
004
005
006
007
008
009
etc
until 999
can anyone help me?
thank you very much!