PDA

View Full Version : Preserving Line Breaks in a Database


admin
05-30-2003, 08:03 AM
theData = Replace(theData, vbCRLF, "<br>")

This will replace all carriage return line feeds with the HTML <br> tag.