P.s.

You can always declare the variable at the top of the function with an
empty value or a default value. For example:

<cffunction>
        <cfset var myQuery=''>
        <cfquery name="myQuery" />
        <cfset myQuery=myQuery>
</cffunction>

Abviously not a working example or good practice but I think it
illustrates my point.


----------------------------------------------------------
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]

Reply via email to