home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / cdity / telebase / rexx / callin.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-03-19  |  282 b   |  18 lines

  1. /* Print Incoming call */
  2.  
  3. address tbase
  4.  
  5. GETVAR
  6.  
  7. callnum = numcalls
  8. sendvar
  9.  
  10. say 'C_NAME is ' C_NAME
  11. say 'C_DATA is ' C_DATA
  12. say 'C_TIME is ' C_TIME  
  13. say 'C_DATE is ' C_DATE
  14. say 'C_RAW is '  C_RAW
  15. say 'C_NUM is '  C_NUM
  16. say 'NumCalls is ' numcalls
  17. say 'Caller number is ' callnum
  18.