Reading Textarea Comtent

I want users to submit text in a textarea form, and the information is submitted one line at a time.When they submit the form, it will go to an ASP script. How do I parse the textarea form submission, line-by-line? What is the delimiter between the lines? Am I looking for vbcrlf?

View Replies