Just as an anal fyi, in mx 6.1 (only) you _can_ have one tag before the var
statements, but it has to be cfscript, ie:

<cffunction ...>
<cfargument ...>

<cfscript>
var x= 1;
var z = 1;
var a = 2;
</cfscript>

...

</cffunction>

Enjoy. :)
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to