That doesn't help much with Tab, ESC, or DLE (data link escape - CHR(16).

It's a good reference for printable characters, though.

Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com


-----Original Message-----
From: Bert Dawson [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 10, 2000 10:04 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Know where I can find Chr(*) definitions?


<TEXTAREA ROWS="20">
<CFOUTPUT>
<CFLOOP INDEX="i" FROM="1" TO="255">
#i# = #chr(i)#
</CFLOOP>
</CFOUTPUT>
</TEXTAREA>

Bert

> -----Original Message-----
> From: GE [mailto:[EMAIL PROTECTED]]
> Sent: 07 July 2000 18:44
> To: [EMAIL PROTECTED]
> Subject: Re: Know where I can find Chr(*) definitions?
>
>
> Hello Ric,
>
> What you are looking for is an ASCII table. A quick search
> should find one for you - or you could look it up in any
> refernce manual you have on programming (should be one in one of
> them). To be sure you have found what you are looking for
> just compare the table values of 10 and 13 to verify that you
> have a carraige return and a line feed.
>
> hth,
> Nelson
>
>
> Ric Smith wrote:
>
> > Anyone know of anywhere I can find the definition
> > for the Chr(*) stuff online? Only ones I know are
> > Chr(10) and Chr(13).
> >
> > Just curious, thanks.
> >
> > Ric Smith
> >
> >
> --------------------------------------------------------------
> ----------------
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to