R
RGood
Hi,
I have a TextBox that contains the following text.
User1;User2;User3; ... and so on.
Each string is seperated by ";".
What is the best way to retreive the strings and place into a string array
or ArrayList
since i would not know how many strings are in the TextBox?
Thanks, Ron
I have a TextBox that contains the following text.
User1;User2;User3; ... and so on.
Each string is seperated by ";".
What is the best way to retreive the strings and place into a string array
or ArrayList
since i would not know how many strings are in the TextBox?
Thanks, Ron