> lets say i have:

> function (arg1,arg2,arg3)

> only arg1 is required.
> arg1 = string
> arg2 = date
> arg3 = string

> i want to pass in function(arg1,,arg3)

> if i just skipp over arg2 but give it a placeholder, i am
> getting an error
> about missing an argument for a named argument.
> if i pass in (arg1,'',arg3) i get an error saying arg2 is
> not of type date.

> how do i pass the args in?

function(arg1='value1',arg2='value2')

or if it's part of a CFC

<cfinvoke component="#x#" method="function" arg1="value1"
arg2="value2">

hth

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217009
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to