home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a075 / 1.img / TOOLKIT1.EXE / SST289.PRG < prev    next >
Encoding:
Text File  |  1989-08-08  |  270 b   |  19 lines

  1. ********************
  2.  
  3. FUNCTION Flushit
  4.  
  5.    PARAMETERS _withun
  6.  
  7.    IF TYPE("_withun") != "L"   && handles undefined as well
  8.       _withun= .F.
  9.    ENDIF
  10.  
  11.    SKIP 0
  12.    COMMIT
  13.    IF _withun
  14.       UNLOCK
  15.    ENDIF
  16.    RETURN( DOSERROR() = 0 )
  17.  
  18. * End of File
  19.