I’ve just started playing with arrays in MX, part of my project needs to have information from an array loaded into a dynamic text box one by one, ie
Click the button, text[0] displays, click again, text[1] displays, etc.
So all I have to do is grab the first index and add one each click right?
is horribly tired