home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / OB3.2D4.DMS / in.adf / rexx / cF3.oed < prev    next >
Encoding:
Text File  |  1992-10-15  |  124 b   |  16 lines

  1. /* OEd Rexx Command  'Ctrl + F3' */
  2.  
  3. address 'OEd';
  4.  
  5. options results;
  6.  
  7. 'getposy';
  8.  
  9. x = result;
  10.  
  11. 'gotoy' x+10;
  12. 'gotoy' x;
  13.  
  14.  
  15.  
  16.