home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 339.lha / DispMod / Docs / CRSR.doc < prev    next >
Text File  |  1990-02-07  |  261b  |  18 lines

  1.  
  2. NAME:     CRSR
  3.  
  4. SYNTAX:   CRSR <row> <column>
  5.  
  6. DESCRIPTION:
  7.  
  8.    Place the text cursor at the indicated row and column.
  9.  
  10. EXAMPLES:
  11.  
  12.   CRSR 4 10
  13.   TEXT 'Enter Name:'
  14.  
  15.   This example will print the string 'Enter Name:' starting at row (line)
  16.   4, and column 10.
  17.  
  18.