home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / smart / macros / testloop.rex < prev   
Encoding:
OS/2 REXX Batch file  |  1993-06-13  |  152 b   |  10 lines

  1. /* LOOP */
  2. LineNum = 1
  3.  
  4. do until LineNum = 0
  5.         
  6.          S_GOTO_LINE LineNum
  7.          S_GOTO_COL 1
  8.          LineNum = LineNum + 1
  9. end
  10.