Replace line breaks with HTML breaks
1 2 Replace(check1.comments, chr(13) & chr(10), "<br>","ALL")
DZone Snippets > i8flan > line
13498 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
1 2 Replace(check1.comments, chr(13) & chr(10), "<br>","ALL")