how to replace zero with numbers

J

Jon

I have a text box its format as 0.0000
What I want to do is once the user input a number like 123456, the text box
will be filled starting form right to left like this
0.00001
And
0.00012
And
0.00123
And
0.01234
and
0.12345
Finally the number will be as follow:
123456.0000
 
L

lebron

Jon said:
I have a text box its format as 0.0000
What I want to do is once the user input a number like 123456, the text
box
will be filled starting form right to left like this
0.00001
And
0.00012
And
0.00123
And
0.01234
and
0.12345
Finally the number will be as follow:
123456.0000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top