home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / gpfax.lha / gpfax / rexx_samplesFunc9.gpf < prev    next >
Encoding:
Text File  |  1992-04-10  |  308 b   |  23 lines

  1. /*
  2.  * test for GPFax rexx operation
  3.  * This script for Shift Function key 9 views the last received fax
  4.  */
  5.  
  6. say "GPFax test for gpfaxrexx"
  7.  
  8. options results
  9.  
  10.  
  11. address rexx_gpfax
  12.  
  13. say ""
  14. reportlog R 3
  15.  
  16. if    result="OK" then viewlast
  17.     
  18. else if    result="OK.S" then viewlast
  19.  
  20. say "last report was :" result
  21.  
  22. say ""
  23.