Hmmmm.... not "scopes" but certain server created var structures still cause problems I believe. seems like the return variable from a CFFILE operation is still not addressable this way - at least that's what I recall without testing.
file.serverfile // works file['serverfile'] // doesn't seem to work if my memory serves Another one seems to be the retun vars from submitting a grid ... (a bit hairy) Mark A. Kruger, CFG, MCSE www.cfwebtools.com www.necfug.com http://mkruger.cfwebtools.com -----Original Message----- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 3:07 PM To: CF-Talk Subject: RE: How can I avoid Evaluate() function? > -----Original Message----- > From: Al Everett [mailto:[EMAIL PROTECTED] > Sent: Friday, May 13, 2005 4:03 PM > To: CF-Talk > Subject: Re: How can I avoid Evaluate() function? > > Which begs the question: Are there any variable scopes left that > cannot be referenced using array notation? Nope. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206667 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

