home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / asm_sour / locate.doc < prev    next >
Text File  |  1984-05-23  |  187b  |  5 lines

  1. LOCATE:
  2.     Requires 2 parms.  Locates cursor at specified coordinate on display.
  3.     Declaration used:  Procedure locate (row, column : integer); external;
  4.     Nothing passed back to caller.
  5.