<cffunction name="test" returntype="string" output="false">
<cfargument name="myarg" required="yes" type="string">
<cfscript>
var testreturn=Arguments.myarg;
</cfscript>
<cfreturn testreturn>
</cffunction>
I think that it will not, can someone verify for me?
Thanks
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

