Hi, I have a string field which also has numbers in it ans i am having problem to sort it. below is the data.
0
1
1a
11
2b
abc
There are 1 to 11 numbers in the string and then the string also has some thing like 1a,2b ans also has abc,dcg etc. the output i am lokking for is
0
1
2
...
11
1a
1b
2a
2b
abc
def
gft
.....
Please help me with this.
thanks...
0
1
1a
11
2b
abc
There are 1 to 11 numbers in the string and then the string also has some thing like 1a,2b ans also has abc,dcg etc. the output i am lokking for is
0
1
2
...
11
1a
1b
2a
2b
abc
def
gft
.....
Please help me with this.
thanks...