Hi,
you guys really helped me with a post I wrote up this morning, this one works on the same problem, which basically comes down to comparing similar names in different types of strings
So I have two strings for a given name, one without a space after the comma, the other with a space. I need them to be identical for sorting purposes.
SRINI, BARNEY
SRINI,BARNEY
Any thoughts on the easiest action, whether space insertion in one string, or removal in the other? Thanks!
Barrett
you guys really helped me with a post I wrote up this morning, this one works on the same problem, which basically comes down to comparing similar names in different types of strings
So I have two strings for a given name, one without a space after the comma, the other with a space. I need them to be identical for sorting purposes.
SRINI, BARNEY
SRINI,BARNEY
Any thoughts on the easiest action, whether space insertion in one string, or removal in the other? Thanks!
Barrett