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

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


Message: 4
From: "John McRaven" <theraven at san.rr.com>
To: <thelist at 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 at 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 at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Aaron Cole
Sent: Monday, July 23, 2001 1:34 AM
To: thelist at 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






More information about the thelist mailing list