remove the line:
return quit("!Done!");

And it will print it for every line except for during INITRUN. You skip INITRUN because series() returns a dummy buffer.

You dereference item x from MySeriesArrayX when you call MySeriesArrayX[x], as shown in the code.