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

  1. /* Print Incoming call */
  2.  
  3. address tbase
  4.  
  5. START
  6.  
  7. GETVAR
  8. callnum = numcalls
  9. sendvar
  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.