Helen1greece
Technical User
I have a multiline textbox which has about 50 lines. On every line there is a word. I must take out every word and put it in a different variable. For example, lets say that the textbox is like that...
first
second
third
I nead to put the word "first" in the string variable fstr, the word "second" in the string variable sstr and the word "third" in the string variable tstr. Can anybody give me an example code for doing this work?
first
second
third
I nead to put the word "first" in the string variable fstr, the word "second" in the string variable sstr and the word "third" in the string variable tstr. Can anybody give me an example code for doing this work?