RE: Scoping variables

2002-07-30 Thread Matt Liotta

I have never run into the problems directly as I never explicitly use
the variables scope. However, I have seen emails on this list and others
about the problems. Unfortunately, the best I can do is tell you to
search the archives.

Matt Liotta
President & CEO
Montara Software, Inc.
http://www.montarasoftware.com/
V: 415-577-8070
F: 415-341-8906
P: [EMAIL PROTECTED]

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 29, 2002 6:04 PM
> To: CF-Talk
> Subject: RE: Scoping variables
> 
> > However, there are currently some bugs in CFMX related to the
> > use of explicit "variables" scoping.
> 
> Could you provide more details, off the top of your head? I haven't
run
> into
> those problems yet (probably due to my own laziness in explicitly
scoping
> local variables, generally).
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Scoping variables

2002-07-29 Thread John Wilker

Such as? I'm not that up on the bug tracking front. I'm interested to
know what issues exist in this area.

Thanks.

J. 
 
John Wilker  "Codito, ergo sum"
Web Applications Consultant, and Writer
Macromedia Certified ColdFusion Developer
President/Founder, Inland Empire CFUG.
www.red-omega.com
 
I asked "Do you know DOS?"
 
The reply was: "No, but I met Tom and Drew a few minutes ago."


-Original Message-
From: Matt Liotta [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 29, 2002 5:51 PM
To: CF-Talk
Subject: RE: Scoping variables


However, there are currently some bugs in CFMX related to the use of
explicit "variables" scoping.

Matt Liotta
President & CEO
Montara Software, Inc.
http://www.montarasoftware.com/
V: 415-577-8070
F: 415-341-8906
P: [EMAIL PROTECTED]

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 29, 2002 5:52 PM
> To: CF-Talk
> Subject: RE: Scoping variables
> 
> > Curious question, since CFMX is compiling the source and such -- is 
> > it necessary to scope the 'variables' scope...? Seems that anything 
> > that is created that is outside the realm of form, url, session, 
> > application, server is automatically shoved into the 'variables' 
> > scope/structure.
> 
> No, you don't have to explicitly reference the Variables scope, either

> when creating or referencing local variables. However, it's considered

> by
many
> to
> be a good idea, since it removes any potential ambiguity about exactly

> what variable you're talking about.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Scoping variables

2002-07-29 Thread Dave Watts

> However, there are currently some bugs in CFMX related to the 
> use of explicit "variables" scoping.

Could you provide more details, off the top of your head? I haven't run into
those problems yet (probably due to my own laziness in explicitly scoping
local variables, generally).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Scoping variables

2002-07-29 Thread Matt Liotta

However, there are currently some bugs in CFMX related to the use of
explicit "variables" scoping.

Matt Liotta
President & CEO
Montara Software, Inc.
http://www.montarasoftware.com/
V: 415-577-8070
F: 415-341-8906
P: [EMAIL PROTECTED]

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 29, 2002 5:52 PM
> To: CF-Talk
> Subject: RE: Scoping variables
> 
> > Curious question, since CFMX is compiling the source and
> > such -- is it necessary to scope the 'variables' scope...?
> > Seems that anything that is created that is outside the
> > realm of form, url, session, application, server is
> > automatically shoved into the 'variables' scope/structure.
> 
> No, you don't have to explicitly reference the Variables scope, either
> when
> creating or referencing local variables. However, it's considered by
many
> to
> be a good idea, since it removes any potential ambiguity about exactly
> what
> variable you're talking about.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Scoping variables

2002-07-29 Thread Dave Watts

> Curious question, since CFMX is compiling the source and 
> such -- is it necessary to scope the 'variables' scope...?  
> Seems that anything that is created that is outside the 
> realm of form, url, session, application, server is 
> automatically shoved into the 'variables' scope/structure.

No, you don't have to explicitly reference the Variables scope, either when
creating or referencing local variables. However, it's considered by many to
be a good idea, since it removes any potential ambiguity about exactly what
variable you're talking about.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists