Question: readstat command ouput

STeM is a large INTERACTIVE Maple package and I need to allow the user to make decisions (like factor choices etc) at intermediate places in long computations. The problem is that in such long computations the "readstat" output goes below the visible screen and hence the user cannot see all the choices as they are requested before the end at which of course then it all pops up. As a very simple example consider the one line code
 
for i from 1 to 100 do x[i]:=readstat("pick a value for x: ");od;
 
After some entries the little window from readstat is visible but you cannot see the selections that you are inputing  for x[i] BEFORE termination. My problem is more complicated than this but this is the essence of it. I need to see all 100 outputs from "readstat" as you proceed in the loop. Is there a work-around or do I need to use a Maplet or whatever? If you cannot assist me, can you please indicate who can help me solve my problem. Thanks
 
 
Please Wait...