Actually this works: var Consist:Object = Object(accidentsModule["ConsistPersonnel" + "1"]);
--- In [email protected], "markgoldin_2000" <[EMAIL PROTECTED]> wrote: > > I am trying to put something like this: > var Consist:Object = Object("accidentsModule.ConsistPersonnel1"); > to use Consist later as an object reference. Obvioulsy it's not working. > Is there a way of creating a string programmatically to reference > objects with it? > > Thanks >

