You can check out all the info in the manual or example project files, also there are tutorials. In general you select the array object and use compare x,y to locate values. Array.at(x,y) targets specific values.
For example if you have array1 and array2. You can set the first value in array 2 to the first value in array 1 by selecting array2 object in events and saying set 0,0 to array1.at(0,0)