home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 597a.lha / GodelCalc_v0.01 / MOVETO.GCMN < prev    next >
Encoding:
Text File  |  1991-11-28  |  173 b   |  12 lines

  1. /* Test Godel_Calc ARexx Macro */
  2. parse arg location sheet
  3.  
  4. do i=0 to 4
  5.    do j=0 to 4
  6.       cmd='move to [' i ',' j '] ' sheet
  7.       cmd
  8.       'ent test' sheet
  9.    end
  10. end
  11.  
  12.