home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / HANGUP.SCR < prev    next >
Text File  |  1992-02-06  |  152b  |  9 lines

  1. > windowshow()
  2. > watch(on)
  3. > timeout = 0
  4. > result = hangup()
  5. > resulttext = valtostr(result)
  6. > message('result = ' + resulttext)
  7. > wait()
  8. > end
  9.