I have to dynamically build the name of a control, e.g.
Code: Select all
"txtServoConfigTop" + String(servoIndex)
How do I convert this to a Flash string so that I can pass it as a name argument? Failing that, how do I reference a control by an index?