Final Thoughts On CFParam And Data Type Validation
<cffunction>
<!--- Define arguments. --->
<cfparam .... />
<!--- Process data. --->
</cffunction>
For Cut-and-Paste
<cffunction> <!--- Define arguments. ---> <cfparam .... /> <!--- Process data. ---> </cffunction>