[thelist] What is Chr(13) and where can I get a list of others?

Aaron Cole awcole72 at hotmail.com
Mon Jul 23 01:45:25 CDT 2001


I recently posted a question regarding the ParagraphFormat CF function and 
it's invalid use of p tags.

The answer provided was to use a Replace instead, like this:

<p>
#Replace(foo, Chr(13), "<br />", "ALL")#
</p>

I'm assuming that the Chr(13) is for single hard returns.

Is that true and if so, where can I find a list of other Chr(n) entities?

I would like to replace single hard-returns with a <br /> and doubles with 
</p><p>.  This way paragraphs could be formated as such rather than 
resorting to <br /> tags.

TIA
Aaron

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





More information about the thelist mailing list