R
Ron
How do I display delimited text on multiple lines in a listbox?
For example in my textbox I have this:
Joe Doe,123 Street,Mytown
and In a listbox then I want to display:
Joe Doe
123 Street
Mytown
How would I step through that string and seperate the words by the
comma?
For example in my textbox I have this:
Joe Doe,123 Street,Mytown
and In a listbox then I want to display:
Joe Doe
123 Street
Mytown
How would I step through that string and seperate the words by the
comma?