PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MoveCur
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax: void MoveCur( COL x, LINE y );
 
  See:    FileLength, GetCursor
 
     MoveCur moves the cursor to column <x> and line <y> in the current
     file. If necessary, text is scrolled to make the new position
     visible.
 
     Extension coordinates are always zero-based.
                                    -♦-