why I set the format to 0000, but it doesn't work?
here is my code
if my textbox1 is 0123, it just show me 123...Code:Dim loud As Integer loud = TextBox1.Text loud = Format(loud, "0000") console.writeln(loud)
|
Results 1 to 9 of 9
Threaded View
|
Click Here to Expand Forum to Full Width |