I have something similar to a scoreboard (but its not) where I read a database and can display up to 20 rows of data with each row having 7 columns. That’s 140 text variables which I have to do a set text to each variable.
I hope there’s a better way I can create the UI widget without setting up 140 text variables, naming each one so I know which one I’m writing to and doing a set text to each.
If so can someone please explain the best way to do this.
Thanks.