1
Support Questions / Re: Tag limit per screen, blinking/cycling of toggles and pilots
« on: January 27, 2014, 05:40:36 AM »
It basically uses the 2nd index as both the 1st and 2nd index.. So if x = 1 and y = 2, then instead of writing to address "String.Page[1].Button[2]" it writes to String.Page[2].Button[2]..