B
Bill Rowell
This question is driving me nuts because I'm sure its easy to do...
If I have a text box control and a user enters some text with new line
characters in it, how could I turn around and parse that in VB?
I've tried using "\n", "\r\n", etc. and nothing seems to work. Now, I've
been trying to detect it using IndexOf, perhaps thats my problem?
Thanks!
If I have a text box control and a user enters some text with new line
characters in it, how could I turn around and parse that in VB?
I've tried using "\n", "\r\n", etc. and nothing seems to work. Now, I've
been trying to detect it using IndexOf, perhaps thats my problem?
Thanks!