[flexcoders] RE: Passing array to component

2005-04-19 Thread Pilby
In the application where the component resides, I have a 3-element array of strings called "myArray"that needs to be passed to my component. So my code is: myComponent xmlns="*" arrObj="{ myArray}"/ where "myComponent" is my custom component, and "myArray" is the 3-element array of

RE: [flexcoders] RE: Passing array to component

2005-04-19 Thread Abdul Qabiz
: [flexcoders] RE: Passing array to component In the application where the component resides, I have a 3-element array of strings called myArray that needs to be passed to my component. So my code is: myComponent xmlns=* arrObj={ myArray }/ where myComponent is my custom component, and myArray is the 3