I'm not sure how the underlying code works - array functions work on it which means it's not _just_ a struct with numeric keys. In general, I use it as an array in script based UDFs and as a struct in tag based udfs.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Matthew Walker [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 26, 2003 5:32 AM > To: CF-Talk > Subject: Re: > cffunction_arguments_"[undefined_struct_element]"_--_archived_ > but_ not returned? > > > So really it's a struct where the keys are integers, is that right? > > ----- Original Message ----- > From: "Raymond Camden" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, February 27, 2003 12:28 AM > Subject: RE: > cffunction_arguments_"[undefined_struct_element]"_--_archived_ > but_ not returned? > > > > I should be more clear - the value of Arguments is both an > array and a > > struct, not the arguments themself. Hope that makes sense. > > > > > ====================================================================== > > = > > Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc > > Member of Team Macromedia > > > > Email : [EMAIL PROTECTED] > > Blog : www.camdenfamily.com/morpheus/blog > > Yahoo IM : morpheus > > > > "My ally is the Force, and a powerful ally it is." - Yoda > > > > > -----Original Message----- > > > From: Raymond Camden [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, February 26, 2003 5:24 AM > > > To: CF-Talk > > > Subject: RE: > > > cffunction_arguments_"[undefined_struct_element]"_--_archived_ > > > but_ not returned? > > > > > > > > > In MX, UDF arguments is an array and a structure. > > > > > > ============================================================== > > > ========= > > > Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc > Member of > > > Team Macromedia > > > > > > Email : [EMAIL PROTECTED] > > > Blog : www.camdenfamily.com/morpheus/blog > > > Yahoo IM : morpheus > > > > > > "My ally is the Force, and a powerful ally it is." - Yoda > > > > > > > -----Original Message----- > > > > From: Matthew Walker [mailto:[EMAIL PROTECTED] > > > > Sent: Tuesday, February 25, 2003 11:56 PM > > > > To: CF-Talk > > > > Subject: Re: > > > > cffunction_arguments_"[undefined_struct_element]"_--_archived_ > > > > but_ not returned? > > > > > > > > > > > > Yo Isaac, > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

