> Err, I assume by 'local' you really mean Variables? The answer is yes.
> Consider this:
>
> <cfscript>
> function foo() { return 1; }
> </cfscript>
>
> <cfoutput>#variables.foo()#</cfoutput>
What I actually meant was variables inside the function, so
<cfscript>
Function foo(var1)
{myValue=variables.var1;
return (myValue+1);
}
</cfscript>
How do I refer to the parameters of a function? Which scope?
Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133
F: +44 (0)20 8686 7911
An ISO9001 registered company.
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists