[flexcoders] Re: Still very confused with object referencing

2008-01-29 Thread ben.clinkinbeard
Try this: accidentsModule[consist + consistnumber.toString() + TabSet].[ConsistPersonnel + consistnumber.toString()]; The period can't be a string, it needs to evaluate the first object, then use an actual period to know to drill down to find the second object. HTH, Ben --- In

[flexcoders] Re: Still very confused with object referencing

2008-01-29 Thread markgoldin_2000
it looks like it works like this: accidentsModule[consist + consistnumber.toString() + TabSet][ConsistPersonnel + consistnumber.toString()]; with no dot. --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Try this: accidentsModule[consist +