Taco, just to put this in perspective: this "named arguments" buisness is a luxury compared to using vbscript in ASP classic.
many a time I had to do ans = myfunc(val1, val2,,,val5) even for inbuilt functions. sure, it looked really dumb to do but it came with the territory. and you had to study the docs/know the API to do it. "use a work-around" simply reflects that lots of languages don't use named args at all... my 2c barry.b -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Taco Fleur Sent: Wednesday, 6 October 2004 7:25 AM To: CFAussie Mailing List Subject: [cfaussie] Re: Super( arguments collection ) http://www.1pixelout.net/index.cfm/blog/entry/callingsuper.htm Also interesting http://www.cfcentral.com.au/cfaussiePosts.cfm?discussion=super.method() Taco Fleur Tell me and I will forget Show me and I will remember Teach me and I will learn > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Sean Corfield > Sent: Tuesday, 5 October 2004 4:50 PM > To: CFAussie Mailing List > Subject: [cfaussie] Re: Super( arguments collection ) > > > On Tue, 5 Oct 2004 13:17:50 +1000, Taco Fleur > <[EMAIL PROTECTED]> wrote: > > PS. Here are both CFCs, so it might make more sense ?? > > No, now it makes no sense at all :) > > > Dependency.cfc > > *************************** > > <cfcomponent > > extends="tellhp_development.admin.wa_be.content.class.Database" > ... > > <!--- If this class extends another class ---> > > <cfif structKeyExists( myMeta, "extends" )> > > But you know it does - you wrote extends= in the component > definition. Why go to all that metadata trouble? > -- > Sean A Corfield -- http://www.corfield.org/ > Team Fusebox -- http://www.fusebox.org/ > Got Gmail? -- I have 6 invites > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > --- > You are currently subscribed to cfaussie as: > [EMAIL PROTECTED] To unsubscribe send a blank email to > [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
