mudoeb
04-21-2008, 10:40 AM
i have two arrays with strings and numbers with equal number of characters
string3 ..... 3
string2 ..... 1
string5 ..... 1
string2 ..... 3
string1 ..... 5
- how to sort first list of strings in order of array with numbers ?
string2 ..... 1
string5 ..... 1
string2 ..... 3
string3 ..... 3
string1 ..... 5
- how to remove all strings below exact point (number) in second array ? for example below number 3
string2 ..... 1
string5 ..... 1
string2 ..... 3
string3 ..... 3
string3 ..... 3
string2 ..... 1
string5 ..... 1
string2 ..... 3
string1 ..... 5
- how to sort first list of strings in order of array with numbers ?
string2 ..... 1
string5 ..... 1
string2 ..... 3
string3 ..... 3
string1 ..... 5
- how to remove all strings below exact point (number) in second array ? for example below number 3
string2 ..... 1
string5 ..... 1
string2 ..... 3
string3 ..... 3