Hi,
I'm wondering if it's possible to have a 2x2 array of random values inserted into the centre of a 6x6 array of zeros.
0,0,0,0,0,0
0,0,0,0,0,0
0,0,x,x,0,0
0,0,x,x,0,0
0,0,0,0,0,0
0,0,0,0,0,0
I also need to be able to extract the 2x2 array from the 6x6 array for use later in the code...