Subj : Cursor positioning... To : all From : Finnigann Date : Thu Oct 12 2000 08:01 am A>RE: Cursor positioning... A>BY: Knightmare to PistolGrip on Wed Oct 11 2000 10:40 pm A> > Ummmmmmmmmm... okay but: A> > A> > 1. How to I home the cursor then move them to X,Y A> > A> > 2. Tell the board to place the cursor there and wait for input? A> > A> > I feel like a total moron here... :o( A>Go to Google and search for "ANSI.SYS escape codes". But can't we play with it here? http://www3.sympatico.ca/rhwatson/dos7/v-ansi-sys.html Text Editor To enter the "ESC" character Displays as: [in edit] Ctrl-P followed by "ESC" Cursor Positioning ANSI Code Cursor Position Where... "Esc"[r;cH Moves the cursor to line r and column c If omitted, r and c both default to 0 (ie. the cursor "Esc"[r;cf moves to the top left corner of the screen) r is the line number c is the column number n is an integer "Esc"[nA Moves the cursor up n lines (or top of screen) "Esc"[nB Moves the cursor down n lines (or bottom of screen) "Esc"[nC Moves the cursor right n columns (or right hand side of screen) "Esc"[nD Moves the cursor left n columns (or left hand side of screen) "Esc"[s Saves current cursor position "Esc"[u Restores cursor to previously saved position --- þ OLXWin 1.00b þ It's only a hobby ... only a hobby ... only a .