Is there a way to call functions in a cfc from within the same cfc?

eg

<cfcomponent>

        <cffunction name="f1">
                <cfreturn 1+1>
        </cffunction>
        
        <cffunction name="f2">
                <cfset 1And1 = f1()>
        </cffunction>

</cfcomponent>

Steve

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to