> but if the arguments are named, why does the order matter?

Ordinarily, over 99% of the time, it wouldn't.


But I have a function which is called like this:
doStuff( a:data , x:data )
doStuff( b:data , x:data )
doStuff( c:data , x:data )
doStuff( x:data )

So being able to determine the first arg name would be useful.

The workaround I currently have gets the arg list then replaces out X, unless 
it's the only argument.
And that only works because there's never more than two args in any one call... 
if there were more I'd probably have to resort to providing a separate list of 
arguments, and I don't like repeating myself. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313182
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to