Re: what scope type takes precedence?

2007-02-16 Thread Nick Tong - TalkWebSolutions.co.uk
MAIL PROTECTED]> > To: "CF-Talk" > Sent: Friday, February 09, 2007 9:53 AM > Subject: Re: what scope type takes precedence? > > > > Greg Morphis wrote: > >>which scope takes precedence? > > > > The Fine Manual has a discussion of unscoped var

Re: what scope type takes precedence?

2007-02-09 Thread Josh Nathanson
Ah, I forget CF is nice and will do the work for you. - Original Message - From: "Sixten Otto" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, February 09, 2007 9:53 AM Subject: Re: what scope type takes precedence? > Greg Morphis wrote: >>which s

Re: what scope type takes precedence?

2007-02-09 Thread Sixten Otto
Greg Morphis wrote: >which scope takes precedence? The Fine Manual has a discussion of unscoped variables that includes the complete search order: http://livedocs.macromedia.com/coldfusion/7/htmldocs/0914.htm Sixten ~| Upgr

Re: what scope type takes precedence?

2007-02-09 Thread Josh Nathanson
ong though. -- Josh - Original Message - From: "Greg Morphis" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, February 09, 2007 10:53 AM Subject: what scope type takes precedence? > I'm supporting some CF code and need to check something.. > if you have 2 var

Re: what scope type takes precedence?

2007-02-09 Thread Charlie Griefer
in this case i'm sure it'd be URL, since session variables require a scope (they aren't "hunted"). On 2/9/07, Greg Morphis <[EMAIL PROTECTED]> wrote: > I'm supporting some CF code and need to check something.. > if you have 2 variables > session.foo > and url.foo > > and in a query you have > sele

what scope type takes precedence?

2007-02-09 Thread Greg Morphis
I'm supporting some CF code and need to check something.. if you have 2 variables session.foo and url.foo and in a query you have select #foo# from table where blah = 1 which scope takes precedence? ~| Upgrade to Adobe ColdFusio