home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d916 / mathplot.lha / MathPlot / Macros / Test4.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-04  |  341b  |  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