aye, just got it from jugg... thanks

On 8/31/05, Ryan Guill <[EMAIL PROTECTED]> wrote:
> 
> you can use either cfinvoke to call the function directly and only
> specify the <cfinvokeargument> for the arguments you want, or if you
> want to keep using the same syntax as above, you can use named
> arguments:
> 
> function(arg1=value,arg3=value)
> 
> On 8/31/05, Abraham Hertzberg III <[EMAIL PROTECTED]> wrote:
> > 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?
> >
> > --
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Triangle Area ColdFusion User Group ]-=
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://tacfug.org ]-=
> >
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216985
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to