Hi there,
I am looking for a way to arrange ip numbers on a form.
I have got a form containing txt boxes with IP numbers.
Each text box contains 1 ip number.
When I try to arrange them now, this is the result I get:
10.208.148.129
10.208.149.129
10.208.15.129
10.208.150.129
10.208.151.129
What I want is to get something like this;
10.208.15.129
10.208.148.129
10.208.149.129
10.208.150.129
10.208.151.129
I know I can get it down by putting every number in a different txt box. This would mean that I get 4 txt boxes for eacht IP number, and that I have to split all my ip numbers into 4 numbers :-((.
If anyone can thing of a smart way to get this to work, I would be most greatfull..
Regards 007700
I am looking for a way to arrange ip numbers on a form.
I have got a form containing txt boxes with IP numbers.
Each text box contains 1 ip number.
When I try to arrange them now, this is the result I get:
10.208.148.129
10.208.149.129
10.208.15.129
10.208.150.129
10.208.151.129
What I want is to get something like this;
10.208.15.129
10.208.148.129
10.208.149.129
10.208.150.129
10.208.151.129
I know I can get it down by putting every number in a different txt box. This would mean that I get 4 txt boxes for eacht IP number, and that I have to split all my ip numbers into 4 numbers :-((.
If anyone can thing of a smart way to get this to work, I would be most greatfull..
Regards 007700