
July 9th, 2003, 11:23 AM
|
|
Junior Member
|
|
Join Date: Jul 2003
Location: richmond, va
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Parsing a variable for conversion
There's probably some simple way to do this but I haven't figured it out yet. I have a text file that gets read in and displayed in an html page. Obviously (as mentioned in an earlier post) all of the returns and such get read as regular whitespace in HTML, so I want to go through and convert all carriage returns to a line break tag. However, Find and FindNoCase for "\n" don't work, is there another escape code I need to be searching for? Or even better, something built in to do this for me?
|