-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay Gibb Sent: Tuesday, February 10, 2004 5:11 PM To: [EMAIL PROTECTED] Subject: RE: [CFCDev] How should I define variable in a CFC?
Are there any macromedia staff members on this list that can give us an authoritative answer? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Barney Boisvert Sent: Tuesday, February 10, 2004 3:16 PM To: [EMAIL PROTECTED] Subject: RE: [CFCDev] How should I define variable in a CFC? It seems that Nathan found some contradicting evidence for the specifics of the CFQUERY return struct. Based on his research, it seem that the CFQUERY struct (and probably the other return structs from other tags) is immune to scoping issues, and the <cfset var cfquery = "" /> actually HIDES the return structure. So I guess those structures are outside the scope of race conditions because there can only be a single one alive at any time for a given request. So both your concerns are baseless, not to mention they don't actually make sense. 'Course, I didn't know they were nonsense until Nathan's post either. ; ) Cheers, barneyb ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
