>Does the below work on MX 6.0
>
><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?
>

No, it does not. The ability to use var statements within a cfscript tag
within functions was introduced in MX 6.1, all versions.

Regards,
Dave.


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to