Hello. I am trying to make a scrollview that has 2 buttons on each row. The problem is I am using an array for the text of the buttons, and when I use a For loop I can't get the text to match up correctly. For instance, I have array(0) = "a","b","c","d",....
I would like the buttons to read:
a b
c d
e f
Using i+1 for the second button doesn't work, the result I get is like this:
a b
b c
c d
Can someone offer some advice?
I would like the buttons to read:
a b
c d
e f
Using i+1 for the second button doesn't work, the result I get is like this:
a b
b c
c d
Can someone offer some advice?