in reply to Re: Sorting an array of strings when some of the strings have commas in them?
in thread Sorting an array of strings when some of the strings have commas in them?

Thanks for the reply. It had occurred to me to remove the commas prior to doing the sort, or rather to make local copies of them to remove commas from and then sort by those modified local copies without changing the original data. I guess I was just hoping for an explanation to why it sorts the way it does for me as is, and for a fix that was more straightforward.

  • Comment on Re^2: Sorting an array of strings when some of the strings have commas in them?