And the answer is: modelLocator.testVO["test" + i]
--- In [email protected], "chigwell23" <[EMAIL PROTECTED]> wrote: > > modelLocator.testVO.test1 = "some string"; > > var i:int = 1; > > modelLocator.testVO.test[i]= "some string"; // gives error undefined > > property - how does one code this kind of indirection in Flex? TIA, > > Mic. >

