A single textarea in my form allows the user to put in multiple questions that an individual has to respond to. Therefore, I separated these different questions by replacing the return with <BR> and the corresponding question paragraph.
As straight html, these work fine. But when putting back into an RTF document, the html doesn't read at all and no returns occur.
I've tested the replace with other characters and it catches all of my coded breaks. I just can't get it to accept a chr(13) or a chr(10) in the REReplace function.
Main Topics
Browse All Topics





by: remmuhPosted on 2008-12-30 at 15:23:20ID: 23267109
How did you come up with "<BR><Q4P[0-9][0-9]>" for a page break?