Question
How do you exit a method so that no other code is excecuted?
How do you exit a method so that no other code is excecuted?
<cfif REFind("^[a-zA-Z0-9]+$", arguments.field) >
get out of method
</cfif>
<cfif REFind("^[a-zA-Z0-9]+$", arguments.field) >
get out of method
</cfif>
