Is there a way to reference the local variables and arguments on a calling CFFunction? I have a CFC which contains a few Functions that call each other, and sometimes themselves. Can I access variables of the caller function in any way (other than passing them directly to the function). Sort of like this...

<CFFUNCTION NAME="Funk1">
...
<!--- I want to know the value of Arg1 from the caller here (below) --->
</CFFUNCTION>

<CFFUNCTION NAME="Funk2">
<CFARGUMET NAME="Arg1">
<CFSET VAR   Var1 = "">
<CFSET TEMP = Funk1()>
</CFFUNCTION>

TIA,
Igor
cccfug.org
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to