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

  1. ********************
  2.  
  3. FUNCTION Check_con
  4.  
  5.    PARAMETERS _thesize
  6.  
  7.    IF PCOUNT() = 0
  8.       _thesize = 20
  9.    ENDIF
  10.  
  11.    PRIVATE _ifquit
  12.  
  13.    _ifquit = .F.
  14.  
  15.    RETURN(IF(THE_CHECK(_ifquit) >= _thesize, .T., .F.))
  16.  
  17. * End of File
  18.