home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / dspmod.lha / Docs / CRSR.doc < prev    next >
Encoding:
Text File  |  1990-01-22  |  261 b   |  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.