PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
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.
                                    -♦-