Hi
I need sort a string of numbers. The input is like '140,120,130,110' I need the output as a sorted string like ('110,120,130,140'). The String will have 1 to 4 vaules , and not more than 4 . And the number is always 3 characters long (110) . I need write a function or procedure to sort. How do I do it ? Any suggestions ?
Mili
I need sort a string of numbers. The input is like '140,120,130,110' I need the output as a sorted string like ('110,120,130,140'). The String will have 1 to 4 vaules , and not more than 4 . And the number is always 3 characters long (110) . I need write a function or procedure to sort. How do I do it ? Any suggestions ?
Mili