This might sound like a stupid question, and it probably is, but if I ask my code what the x and y coordinates of a cell in the top left corner are, would it return 1 and 1, because it's in the first row of the first column, or would it return 0 and 0, like how arrays work?
Thanks,
~Robin