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

  1.     // TBaGoFst.prg
  2.     //
  3.     // TBaGoFirst() - Go to first record supporting append mode
  4.     //                (Probably doesn't warrant being in the library, to
  5.     //                be honest)
  6.  
  7.     FUNCTION TBaGoFirst
  8.  
  9.       GOTO TOP
  10.  
  11.     RETURN NIL
  12.