Page 1 of 1

F("Foobar" + String(i))? Dynamic flash.

Posted: Sat Dec 18, 2021 6:46 am
by BanksySan
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?