I'm trying to sort a string of numbers. Each number is separated by a comma and there may be spaces. Example: 4,6,2,35,26 ,24
I've written a routine to strip out the spaces, then sort the numbers by using tempTables, then reassembling the string in sorted order. So now my string is...