I have a list of IP addresses, amongst other fields in a db that I
need to sort, however, I am having difficulties accomplishing that,
and any help will be appreciated. Here is a sample list of the
entries.
It is now
10.100.1.10
10.100.1.23
10.100.1.249
10.100.1.7
10.105.1.1
10.105.1.2
10.105.1.251
10.105.1.3
10.105.1.5
10.105.1.6
It should be;
10.100.1.7
10.100.1.10
10.100.1.23
10.100.1.249
10.105.1.1
10.105.1.2
10.105.1.3
10.105.1.5
10.105.1.6
10.105.1.251
Thanks for any imput.
A. Respecte
need to sort, however, I am having difficulties accomplishing that,
and any help will be appreciated. Here is a sample list of the
entries.
It is now
10.100.1.10
10.100.1.23
10.100.1.249
10.100.1.7
10.105.1.1
10.105.1.2
10.105.1.251
10.105.1.3
10.105.1.5
10.105.1.6
It should be;
10.100.1.7
10.100.1.10
10.100.1.23
10.100.1.249
10.105.1.1
10.105.1.2
10.105.1.3
10.105.1.5
10.105.1.6
10.105.1.251
Thanks for any imput.
A. Respecte
Comment