;) I originally didn't have quotes. That got changed trying to make it work. But, thank you! The amount of time I spent on this is embarrassing, but we all have our off days.
At 02:41 PM 11/14/2002 +0000, you wrote: >I'll not repeat what everyone has already told you, but just mention that >you don't need quotes on True and False. ;o) >(Unless its changed in CFMX) > >Regards > >Stephen >----- Original Message ----- >From: "Jeffry Houser" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Thursday, November 14, 2002 2:18 PM >Subject: True is False > > > > I must be missing something really obvious. > > > > This is the code ( In the application.cfm ): > > > > <cfset variables.LoadNewSession = "false"> > > <cfoutput>Load New Session: #variables.LoadNewSession#</cfoutput><br> > > <cfset variables.LoadNewSesssion = "true"> > > <cfoutput>Load New Session: #variables.LoadNewSession#</cfoutput><br> > > > > This is the output: > > > > Load New Session: false > > Load New Session: false > > > > > > Did I just discover some weird bizarre bug? Or am I just really > > confused? Can anyone else replicate this? I have tried everything I can > > think of. > > > > For the record if I remove the first two lines, I get an error on 4th > > saying that the variable LoadNewSession is undefined. It seems to be > > ignoring that third line? Am I conflicting with a Java reserved word? > > > > > > -- > > Jeffry Houser | mailto:jeff@;farcryfly.com > > DotComIt, Putting you on the web > > AIM: Reboog711 | Phone: 1-203-379-0773 > > -- > > My CFMX Book: > > <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20> > > My Books: http://www.instantcoldfusion.com > > My Band: http://www.farcryfly.com > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

