Hi
I would like to know what the easiest way would be to sort the following:
100|test
5|test
2|test
10|test
into
2|test
5|test
10|test
100|test
I could use java and logic if to check line per line but that seems to be a lot of work for something simple.
Thanks in advance.
Steven
I would like to know what the easiest way would be to sort the following:
100|test
5|test
2|test
10|test
into
2|test
5|test
10|test
100|test
I could use java and logic if to check line per line but that seems to be a lot of work for something simple.
Thanks in advance.
Steven