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

