I am reading through the elements of an array with a For Each each loop, but how do I read the coordinates of each element in turn as called, for example:
For Each Element in MyArray
x = (first coordinate/index number of Element)
y = (second coordinate/index number of Element)
Next...