Hi, I have a problem with an array.
I am adding every 2 seconds a new element in X.
Then I write in the last element in row number 1 "bye".
I want to write the result of "bye" on the screen but I do not write it and I do not know why.
Why are not the values in row 1 written on the screen? I should write all the "byes" that are created.
In the DOC
I'm creating this:
The array initially has no columns, columns are created every 2 seconds.
https://www.dropbox.com/s/xjqkeh1br88u2o5/arrayTest.capx?dl=0
If I use array.width - 1 works.