It shouldn't be this hard and the documentation in the manual is frustrating.
On System, start of layout, declaring array, set value at 0 to "apples", set value at 1 to "pears", set value at 2 to "rabbits"
On System, start of layout, declare text box, set text value to declaredArray.At(0)
Touch, on any touched end, declare text box, set text value to declaredArray.CurX+1
and nothing. just changes it from the text value of apples, to 1.
what am i doing wrong?