Page 1 of 1

[Pascal]How to move cursor?

Posted: Sat Nov 11, 2006 6:49 am
by hf_1992
The following is a segment of my code
......
read(i,j);
......
writeln(max);
......
After I input i,j(enter is pressed), the cursor moves to the next line, how can I move the cursor back?

Posted: Wed Jun 06, 2007 5:52 pm
by Willy.E
you can use uses crt;
and gotoxy(x,y);