C
Charlotte E.
Hi,
I have a string variable, containing names seperated by a comma, like:
NameString = "Peter, Dan, Hans, Carl, Bruce" etc...
I would like the string to by sorted, by the names between the commas,
so my string end up like:
NameString = "Bruce, Carl, Dan, Hans, Peter" etc...
And to make things worse, the number of commas/names can be different
from time to time...
Can anyone help me acomplish this?
Thanks in advance,
CE
I have a string variable, containing names seperated by a comma, like:
NameString = "Peter, Dan, Hans, Carl, Bruce" etc...
I would like the string to by sorted, by the names between the commas,
so my string end up like:
NameString = "Bruce, Carl, Dan, Hans, Peter" etc...
And to make things worse, the number of commas/names can be different
from time to time...
Can anyone help me acomplish this?
Thanks in advance,
CE