I tried doing something like that but couldn't get it to work. What I
did was something similar to the below example. But couldn't get it to
work. Can you show an example?
<cfargument name="isInteger" access="public" returntype="boolean">
<cfargument name="theValue" required="yes" type="any">
<cfset var isIntegerReturn=udfIsInteger(Argument.theValue)>
<cfreturn isIntegerReturn>
</cfargument>
<cfargument name="insertValues" access="public" returntype="boolean">
<cfargument name="theValue" required="yes" type="isInteger">
<cfset var insertValuesReturn=true>
<cfreturn insertValuesReturn>
</cfargument>
<cfset insertValues('Fred')>
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]