home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / mathplot / macros / test4.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-02-27  |  341 b   |  16 lines

  1. /* Test requestfile */
  2.  
  3. address "MPlot_ARexx"
  4. options results
  5.  
  6. requestfile
  7. say result rc rc2
  8.  
  9. requestfile 'title "This is the title" path ram: file myfile'
  10. say result rc rc2
  11.  
  12. requestfile 'title "This is the title" path ram: file myfile pattern "This is the pattern"'
  13. say result rc rc2
  14.  
  15. requestfile 'title "Save AS..." save'
  16. say result rc rc2