HELP... 2-Dimensional Array

how do i change the array from a normal
xValues*, yValues*
to
tarArray[index][0], tarArray[index][1].
with this i will only need to declare tarArray instead of xValues & yValues.
thank you… :wink: