It's telling you that the local (aka "var" scoped) variable called createThingCheck on line 52 must be at the top of the function body. You have that nice var scoped variable "theNewThingUUID" at the top where it should be, but they all should be up there.
NAT > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of David K. McCutcheon > Sent: Wednesday, November 19, 2003 10:57 AM > To: [EMAIL PROTECTED] > Subject: [CFCDev] help w/ error when using introspection to get info > about a component > > > > Hello everyone. > > Today, when accessing a component directly in the browser, I got the > following cf error: > > "Local variable createThingCheck on line 52 must be grouped at the top > of the function body." > > It's referring to this placement of this: > > var createThingCheck = retrieveThing(theNewUUID); > > What is the error trying to tell me? > > Here's the code (abbreviated): > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word '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]
