it depends, are you reading the string from a file, from a variable etc..
if you're reading the string from a file you can use .ReadLine() in TextReader, otherwise if you're reading the string from a variable, you can check for the Chr(13) character at the end of each line and separate each lines by that character.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.