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

  1. /*
  2.  * test for GPFax rexx operation
  3.  *
  4.  * This script views the last received fax
  5.  *
  6.  */
  7.  
  8. options results
  9.  
  10. address rexx_gpfax
  11.  
  12. reportlog R 3
  13.  
  14. if    result="OK" then viewlast
  15.     
  16. else if    result="OK.S" then viewlast
  17.  
  18.