RE: Chr() for a tab?

2004-06-22 Thread Burns, John D
ssage- From: Eric Dawson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 12:04 PM To: CF-Talk Subject: RE: Chr() for a tab? how about asc(" ")   _   From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: June 21, 2004 10:14 PM To: CF-Talk Subject: Re: Chr() for a tab?

RE: Chr() for a tab?

2004-06-22 Thread Calvin Ward
so it's chr(11)? -Original Message- From:  Tangorre, Michael Date:  6/22/04 11:56 am To:  CF-Talk Subj:  RE: Chr() for a tab? > just cause we only had 12 answers and 13 sounds soo good today, > > its chr(9) > > :) > > helpful little bunch we are! Post

Re: Chr() for a tab?

2004-06-22 Thread Thomas Chiverton
On Tuesday 22 Jun 2004 16:31 pm, Michael Dinowitz wrote: > Is there any use for a vertical tab in CF Outputing text files ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1

RE: Chr() for a tab?

2004-06-22 Thread Ben Forta
Occasionally used as a delimiter in strings   _   From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:32 AM To: CF-Talk Subject: Re: Chr() for a tab? Is there any use for a vertical tab in CF or in web programming at all? > Chr(9) -- Horizontal Tab >

RE: Chr() for a tab?

2004-06-22 Thread Eric Dawson
how about asc(" ")   _   From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: June 21, 2004 10:14 PM To: CF-Talk Subject: Re: Chr() for a tab? Phillip B wrote: > I've looked around and can't find the char() for a tab. Anyone know off > hand? 9 Jochem

RE: Chr() for a tab?

2004-06-22 Thread Tangorre, Michael
> just cause we only had 12 answers and 13 sounds soo good today, > > its chr(9) > > :) > > helpful little bunch we are! Post whore you are :-) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Chr() for a tab?

2004-06-22 Thread Tony Weeg
just cause we only had 12 answers and 13 sounds soo good today, its chr(9) :) helpful little bunch we are! -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:16 AM To: CF-Talk Subject: RE: Chr() for a tab? chr(9)   _   From

Re: Chr() for a tab?

2004-06-22 Thread Michael Dinowitz
Is there any use for a vertical tab in CF or in web programming at all? > Chr(9) -- Horizontal Tab > Chr(11) -- vErtical Tab [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Chr() for a tab?

2004-06-22 Thread mavinson
chr(9) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Chr() for a tab?

2004-06-22 Thread Mark W. Breneman
09 will give you a tab. Check this url for an ASCII table. http://www.motionnet.com/cgi-bin/search.exe?a=showlink&no=65 Mark W. Breneman -Cold Fusion Developer -Network Administrator   Vivid Media   [EMAIL PROTECTED]   www.vividmedia.com   608.270.9770   _   From: Phillip B [mailto:[EMA

RE: Chr() for a tab?

2004-06-22 Thread Pascal Peters
Chr(9) > -Original Message- > From: Phillip B [mailto:[EMAIL PROTECTED] > Sent: dinsdag 22 juni 2004 17:05 > To: CF-Talk > Subject: Chr() for a tab? > > I've looked around and can't find the char() for a tab. > Anyone know off hand? > > Thanks > Phillip B. > > > > [Todays Threads]

RE: Chr() for a tab?

2004-06-22 Thread Jim Curran
chr(9) - j james curran technical director nylon technology [EMAIL PROTECTED] 212-691-1134 -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:05 AM To: CF-Talk Subject: Chr() for a tab? I've looked around and can't find the char() for a ta

RE: Chr() for a tab?

2004-06-22 Thread Sandy Clark
chr(9)   _   From: Phillip B I've looked around and can't find the char() for a tab. Anyone know off hand? Thanks Phillip B. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Chr() for a tab?

2004-06-22 Thread Burns, John D
ASCI is 9. John -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:05 AM To: CF-Talk Subject: Chr() for a tab? I've looked around and can't find the char() for a tab. Anyone know off hand? Thanks Phillip B. [Todays Threads] [This Message]

Re: Chr() for a tab?

2004-06-22 Thread Jeff Garza
Chr(9) Jeff   - Original Message -   From: Phillip B   To: CF-Talk   Sent: Tuesday, June 22, 2004 8:05 AM   Subject: Chr() for a tab?   I've looked around and can't find the char() for a tab. Anyone know off   hand?   Thanks   Phillip B. [Todays Threads] [This Message] [Subscrip

RE: Chr() for a tab?

2004-06-22 Thread nancy . tracy
chr(9) is a tab. -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 9:05 AM To: CF-Talk Subject: Chr() for a tab? I've looked around and can't find the char() for a tab. Anyone know off hand? Thanks Phillip B.   _ [Todays Threads] [This Mes

RE: Chr() for a tab?

2004-06-22 Thread Tangorre, Michael
www.asciitable.com Bookmark it, it's a great reference site. Mike > I've looked around and can't find the char() for a tab. > Anyone know off hand? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Chr() for a tab?

2004-06-22 Thread Michael Dinowitz
Chr(9) http://asciitable.com/ > I've looked around and can't find the char() for a tab. Anyone know off > hand? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Chr() for a tab?

2004-06-22 Thread Jochem van Dieten
Phillip B wrote: > I've looked around and can't find the char() for a tab. Anyone know off > hand? 9 Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Chr() for a tab? (never mind)

2004-06-22 Thread Phillip B
I got it now. Chr(9) Phillip B wrote: > I've looked around and can't find the char() for a tab. Anyone know off > hand? > > Thanks > Phillip B. > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Chr() for a tab?

2004-06-22 Thread Ben Forta
9   _   From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:05 AM To: CF-Talk Subject: Chr() for a tab? I've looked around and can't find the char() for a tab. Anyone know off hand? Thanks Phillip B.   _ [Todays Threads] [This Message] [Subscription] [Fas

RE: Chr() for a tab?

2004-06-22 Thread John Stanley
Chr(9) -- Horizontal Tab Chr(11) -- vErtical Tab -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:05 AM To: CF-Talk Subject: Chr() for a tab? I've looked around and can't find the char() for a tab. Anyone know off hand? Thanks Phillip B.   __

RE: Chr() for a tab?

2004-06-22 Thread Che Vilnonis
9 i believe...   -Original Message-   From: Phillip B [mailto:[EMAIL PROTECTED]   Sent: Tuesday, June 22, 2004 11:05 AM   To: CF-Talk   Subject: Chr() for a tab?   I've looked around and can't find the char() for a tab. Anyone know off   hand?   Thanks   Phillip B. [Todays Threads] [Th

Re: Chr() for a tab?

2004-06-22 Thread Bryan F. Hogan
http://www.asciitable.com/ Phillip B wrote: > I've looked around and can't find the char() for a tab. Anyone know off > hand? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Chr() for a tab?

2004-06-22 Thread Dave Carabetta
On Tue, 22 Jun 2004 10:05:01 -0500, Phillip B <[EMAIL PROTECTED]> wrote: > > I've looked around and can't find the char() for a tab. Anyone know off > hand? > Chr(9) Regards, Dave. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support