Perfect = D How would I indicate "Y" positions?
My current array:
Y1 = 1000
Y2 = name
Y3 = LEVEL
Y4 = Item price <<< on here
Y5 = Item price 2 <<< on here
Y6 = Score
Y7 = Item price 3 <<< on here
This ends up picking up unwanted values.
I was able to solve this by creating another array "Values" by exporting only the values of the main array. But I think it must have a more dynamic form
thanks for answering =D