I'd suggest that you have: <cfargument name="foo" type="numeric"
required="false" />
and then (as Charlie suggested above) do:<cfif NOT StructKeyExists(
arguments, "foo" )>
  <!--- if not passed, treat as a null value --->
<cfelse>
  <!--- argument passed --->
</cfif>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CFCDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cfcdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to