Yeah lol

I wuz jus playing around with some stuff one day & ran across this error. I 
happened to think it wuz retty funny when I got it. I wuz creating my 
Complete CSS Generator & had to do some complex variations of cf code & 
forms. Well anyone who has done any CSS before knows the syntax for the 
properties goes a lil something like this:

{background-color: #FFFFFF;}

Notice the minus sign (-) in the background color property. I tried using 
the property along with some other methods in the naming of the variables to 
make it more dynamic, ultimately making it easier to code. Well when I ran 
into those properties with the minus sign in them I got the same error you 
just came back with. lol

A variable cannot contain a minus sign within the name like this:

<cfset session.this-var="blah">

Thats probably how it happened.

Best Regards,
Mike


>From: Nick McClure <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Weird Error
>Date: Mon, 20 Nov 2000 10:12:51 -0500
>
>I Got a very strange error this weekend and I wanted to know if anybody
>else has seen this one. It happened on multiple applications.
>
>session.loggedin=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode12233
>3444455555654321
>
>
>It was not always a session variable. Any Ideas?
>
>
>--
>Nick McClure            [EMAIL PROTECTED]
>Technical Director      859.245.9656
>squareFish Media        www.squareFish.com
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

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

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to