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

Kevin krr@ix.netcom.com
Mon Jul 23 15:43:16 2001


Message: 4
From: "John McRaven" <theraven@san.rr.com>
To: <thelist@lists.evolt.org>
Subject: RE: [thelist] What is Chr(13) and where can I get a list of others?
Date: Mon, 23 Jul 2001 01:39:04 -0500
charset="iso-8859-1"
Reply-To: thelist@lists.evolt.org

try http://www.asciitable.com.  The numbers you want are the decimal
numbers.

John
Anyone seen any working examples of parse text files using
this method?

Rather new to strings and such and haven't seen anything!

Thank You
Kevin



-----Original Message-----
From: thelist-admin@lists.evolt.org
[mailto:thelist-admin@lists.evolt.org]On Behalf Of Aaron Cole
Sent: Monday, July 23, 2001 1:34 AM
To: thelist@lists.evolt.org
Subject: [thelist] What is Chr(13) and where can I get a list of others?


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