Is there any equivalence for the required attribute when the function is
written with <cfscript>?
<cffunction name="fctFoo">
<cfargument name="sFoo" type="string" required="no">
</cffunction>
<cfscript>
function fctFoo(sFoo){
}
</cfscript>
thx
Chris
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

