I'm having trouble, maybe you can help me.
I have a string full of last names (from customer list), and they are seperated by random spaces. Is there any way to seperate each of the last names and store it into one big string?
I know CIN would work, since it ignores spaces, but how would I do it with strings?
Thanks for your help
I have a string full of last names (from customer list), and they are seperated by random spaces. Is there any way to seperate each of the last names and store it into one big string?
I know CIN would work, since it ignores spaces, but how would I do it with strings?
Thanks for your help