RE: Know where I can find Chr(*) definitions?

2000-07-11 Thread Philip Arnold - ASP

> Thanks for everyone's help, didn't know
> I'd get such a response. I like playing
> with ascii characters for little pointers
> exclaimations and such.

Just one word of warning if you're going to do this

If people have different character sets on their Windoze (French, German
etc.), or they're using a Mac, then they will see completely different
characters

If you want to guarantee the character, then don't use the extended
characters.

The only way of ensuring a specific character to appear is to cut it as a
graphic.

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


--
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.



Re: Know where I can find Chr(*) definitions?

2000-07-10 Thread Ric Smith

Thanks for everyone's help, didn't know
I'd get such a response. I like playing
with ascii characters for little pointers
exclaimations and such.

Ric Smith


--
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.



RE: Know where I can find Chr(*) definitions?

2000-07-10 Thread Bert Dawson

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


No, I know.nevermind
;)
This is quite handy for working out the other way round, though again it
doesn't work with everything:

hit a key

(works on IE5, not sure what else...)

Bert

> 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?
> 
> 
> 
> 
> 
> #i# = #chr(i)#
> 
> 
> 
> 
> 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=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.



RE: Know where I can find Chr(*) definitions?

2000-07-10 Thread Chris Evans

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?





#i# = #chr(i)#




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.



RE: Know where I can find Chr(*) definitions?

2000-07-10 Thread Bert Dawson




#i# = #chr(i)#




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.



Re: Know where I can find Chr(*) definitions?

2000-07-08 Thread Birgit Pauli-Haack

Hello Ric,

CHR(*) Stuff = Ascii

the decimals go with the CHR function

10 = line feed
13 = carriage return
65 = A
66 = B
etc...
more at:
http://www.neurophys.wisc.edu/www/comp/docs/ascii.html


Friday, July 07, 2000, 11:13:31 AM, you 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=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.



RE: Know where I can find Chr(*) definitions?

2000-07-07 Thread Chris Evans

These are ASCII values.  YOu can find a full list at
http://www.asciitable.com.

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


-Original Message-
From: Ric Smith [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 07, 2000 11:14 AM
To: [EMAIL PROTECTED]
Subject: Know where I can find Chr(*) definitions?


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=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.



RE: Know where I can find Chr(*) definitions?

2000-07-07 Thread Larry Tiner

Search on the web for an ascii table.


-Original Message-
From: Ric Smith [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 07, 2000 11:14 AM
To: [EMAIL PROTECTED]
Subject: Know where I can find Chr(*) definitions?


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=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.



Re: Know where I can find Chr(*) definitions?

2000-07-07 Thread Eric Dawson



X


???


From: "Ric Smith" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Know where I can find Chr(*) definitions?
Date: Fri, 7 Jul 2000 11:13:31 -0400

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=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

--
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.



Re: Know where I can find Chr(*) definitions?

2000-07-07 Thread GE

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=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.



RE: Know where I can find Chr(*) definitions?

2000-07-07 Thread Brett Suwyn

http://www.acius.com/ACIDOC/V6U/V6U00057.HTM

-Original Message-
Anyone know of anywhere I can find the definition
for the Chr(*) stuff online? Only ones I know are
Chr(10) and Chr(13).


--
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.



Re: Know where I can find Chr(*) definitions?

2000-07-07 Thread Brandon Whitaker

>Anyone know of anywhere I can find the definition
>for the Chr(*) stuff online? Only ones I know are
>Chr(10) and Chr(13).

http://www.jimprice.com/ascii-0-127.gif


Brandon Whitaker
[EMAIL PROTECTED]
---
"It'll get used by the same people using Opera.  People dressed in black
wearing berets."
- Dave Watts, on Mozilla

"It makes you feel so welcome to have a greeter like Papa Dave at the door.
Kind of like what Wal-Mart wishes it could do."
- John Allred, on Dave Watts

"The net interprets censorship as damage and routes around it."
- John Gilmore


--
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.



Re: Know where I can find Chr(*) definitions?

2000-07-07 Thread Vance_Duke


Here is one I found when I did a search at Infoseek for ASCII Character
Map.

http://pcscomp.com/asciitable.html

Hope this helps.

Vance Duke
Application Developer




   
   
"Ric Smith"
   

   
erver.com>  cc:
   
Subject: Know where I can find 
Chr(*) definitions?
07/07/00 08:13 AM  
   
Please respond to  
   
cf-talk
   
   
   
   
   



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=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.