home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / LOG < prev    next >
Text File  |  1991-08-16  |  197b  |  11 lines

  1. > watch(on)
  2. > logfile = 'c:\djd.log'
  3. > delete (logfile)
  4. > result = log(logfile)
  5. > resulttext = valtostr(result)
  6. > message('result = ' + resulttext)
  7. > nolog()
  8. > timeout = 0
  9. > wait()
  10. > end
  11.