Re: [Mason] Mason list arguments

2008-06-30 Thread Hans Dieter Pearcey
On Fri, Jun 27, 2008 at 12:29:00PM -0700, Rudd Zwolinski wrote: > This may be a simple question, but I need to know if the order of list > items in a passed list will be guaranteed. For instance, if in one > component, I have three lists @names, @ages, and @heights, where > $names[i] has age $ages

Re: [Mason] Mason list arguments

2008-06-30 Thread Jonathan Swartz
Yes. They are lists, not sets. :) On Jun 27, 2008, at 12:29 PM, Rudd Zwolinski wrote: > This may be a simple question, but I need to know if the order of list > items in a passed list will be guaranteed. For instance, if in one > component, I have three lists @names, @ages, and @heights, where >

[Mason] Mason list arguments

2008-06-27 Thread Rudd Zwolinski
This may be a simple question, but I need to know if the order of list items in a passed list will be guaranteed. For instance, if in one component, I have three lists @names, @ages, and @heights, where $names[i] has age $ages[i] and height $heights[i]. If I pass these to a component, will the in