RE: Somewhat OT???Escaping Hexidecimal

2001-02-08 Thread Aidan Whitehall
> On this subject (and I know I'm being a pest about this), has > anyone got > anywhere with the beginnings of the CF-FAQ? Yeah. Don't worry.. it's being built. Just be patient :-) (CC:d you too cause I'm getting a huge lag on the list - I've answered this Q from you before on the list but

Re: Somewhat OT???Escaping Hexidecimal

2001-02-06 Thread Richard L Smith
Thanks everyone It's the simple ones that drive you mad Rick - Original Message - From: "Philip Arnold - ASP" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 8:40 AM Subject: RE: Somewhat OT???Escaping Hexide

RE: Somewhat OT???Escaping Hexidecimal

2001-02-05 Thread Philip Arnold - ASP
On this subject (and I know I'm being a pest about this), has anyone got anywhere with the beginnings of the CF-FAQ? Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: Somewhat OT???Escaping Hexidecimal

2001-02-05 Thread Tim Fields
lt;[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 8:31 AM Subject: Somewhat OT???Escaping Hexidecimal > Hey everone: > > Does anyone know a way to escape hex values, ie > stuff like #FF CF throws an error when I do this > > The

Re: Somewhat OT???Escaping Hexidecimal

2001-02-05 Thread Joe Sheble aka Wizaerd
escape it with another # ##FF this is only necessary between a set of tags At 08:31 AM 2/5/01 -0500, you wrote: >Hey everone: > >Does anyone know a way to escape hex values, ie >stuff like #FF CF throws an error when I do this > >The only work around I have found to date is to leave >

Re: Somewhat OT???Escaping Hexidecimal

2001-02-05 Thread Marius Milosav
quot;CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 8:31 AM Subject: Somewhat OT???Escaping Hexidecimal > Hey everone: > > Does anyone know a way to escape hex values, ie > stuff like #FF CF throws an error when I do this > > The only work around I have fo

Re: Somewhat OT???Escaping Hexidecimal

2001-02-05 Thread Terri Stocke
Hi Rick, You escape the hexadecimal values by adding another # sign... e.g., "##FF" Terri Original Message Follows From: "Richard L Smith" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: Somewhat OT???Escapi

RE: Somewhat OT???Escaping Hexidecimal

2001-02-05 Thread Philip Arnold - ASP
> Does anyone know a way to escape hex values, ie > stuff like #FF CF throws an error when I do this > > The only work around I have found to date is to leave > off the # from hex values it seems to work ok. but creates > odd looking code. Within a CFOutput or CFSet you need to double #s, oth

Somewhat OT???Escaping Hexidecimal

2001-02-05 Thread Richard L Smith
Hey everone: Does anyone know a way to escape hex values, ie stuff like #FF CF throws an error when I do this The only work around I have found to date is to leave off the # from hex values it seems to work ok. but creates odd looking code. Any ideas Rick ~~