On 12-12-94, Keith Thompson responded to Dave Retherford: KT> Sorry, this won't work. The Set_Col and Set_Line routines won't move the > cursor to a previous line or to a previous column on the current line. > For example, if the current column number is 20, Text_IO.Set_Col(10) will > call New_Line and then output 10 spaces; likewise, Set_Line calls New_Page > if necessary (which may or may not clear the screen; typically it won't). An easier method might be to get the AdaSAGE library for your library. There is a gotoxy equivalent routine in there, although it does assume that your screen is only 2-digit columns wide. I fixed it for ours and it handles screens up to 999 columns wide. Regards, Mikey PGP Fingerprint = 56 12 CF A9 0E 53 A4 C4 49 F2 AF E7 F1 D3 47 5F --- � MR/2 #63 � Crusoe got everything done by Friday. Can you?