I can't find any documentation about how to get the value of array Array at position X,Y.
What properties does an Array have? In the "loop and array tutorial", I only find CurrentX, CurrentY and CurrentValue properties, but what I'm looking for is sort of Array(x,y).value (so I can compare values outside current X and current Y).
Should I move indices with Array.CurrentX and Array.CurrentY and get Array.CurrentValue?