Hi,
I have a XY Array which in the X I save questions and in the Y I save the answers. I generate a Random number to choose the question that it is showed in a text box. I save my Random number in the variable Rnumber, and then I write this:
Text: set text to (Array.At(Rnumber))
That is the way to only show the elements that are saved in the X axis, but sometimes it shows me the Y axis, that is the answer. I need some help to only shows the question (X axis).