printing an array

i.e.

for (int x=0; x<8; x=x+1){
Serial.print(anaSave[x]);
}
Serial.println""; // force 'carriage return' at the end