home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a065 / 1.img / TBLIB.EXE / FULLSTAB.PRG < prev    next >
Encoding:
Text File  |  1992-03-09  |  209 b   |  12 lines

  1.     // FullStab.prg
  2.     //
  3.     // FullStabilize() - Repeatedly call stabilize until it returns true
  4.  
  5.     FUNCTION FullStabilize(oTbr)
  6.  
  7.       DO WHILE !oTbr:stabilize()
  8.       ENDDO
  9.  
  10.     RETURN NIL
  11.  
  12.