If you don't specify them, they still exist in the arguments scope..

i.e.

Function foo()
{
        return arraylen(arguments);
}

Foo() should = 0
Foo(bar) should = 1

And to access them in the funtion just called them by usual structure
notation

HTH



-----Original Message-----
From: Robert Everland [mailto:[EMAIL PROTECTED]] 
Sent: Monday, February 3, 2003 19:05
To: CF-Talk
Subject: Function parameter question


Can I make certain parameters optional? If so how?

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to