[flexcoders] Wha kinds of object are in this Array?

2005-04-18 Thread Dzafer
Hi All, What kinds of object are in this Array? var zingerManufacturingData = [ {Month: January '03, Widgets:885202, Blinkies: 184454, monthIdx:1 }, {Month: February '03, Widgets:683392, Blinkies: 945385, monthIdx:2 }, {Month: December '03, Widgets:800254, Blinkies:

RE: [flexcoders] Wha kinds of object are in this Array?

2005-04-18 Thread Mercer, Dustin
that is what you were looking for J From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dzafer Sent: Monday, April 18, 2005 6:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Wha kinds of object are in this Array? Hi All, What kinds of object

RE: [flexcoders] Wha kinds of object are in this Array?

2005-04-18 Thread Dzafer
:[EMAIL PROTECTED] On Behalf Of Mercer, Dustin Sent: Monday, April 18, 2005 3:30 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Wha kinds of object are in this Array? This array contains plain objects. You can access any of the properties like this zingerManufacturingData[0].Month

RE: [flexcoders] Wha kinds of object are in this Array?

2005-04-18 Thread Mercer, Dustin
[mailto:[EMAIL PROTECTED] On Behalf Of Mercer, Dustin Sent: Monday, April 18, 2005 3:30 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Wha kinds of object are in this Array? This array contains plain objects. You can access any of the properties like this zingerManufacturingData[0

Re: [flexcoders] Wha kinds of object are in this Array?

2005-04-18 Thread Manish Jethani
On 4/18/05, Mercer, Dustin [EMAIL PROTECTED] wrote: I am not sure if this is what you are asking but here goes: Var myString:String; myString = FistrName; var zingerManufacturingData = [ {differentVar : myString,anotherVar:885202, Blinkies: 184454,