why I set the format to 0000, but it doesn't work?
here is my code
Code:
Dim loud As Integer
loud = TextBox1.Text
loud = Format(loud, "0000")
console.writeln(loud)
if my textbox1 is 0123, it just show me 123...