home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 153.img / TELES.ZIP / TAG.PAS < prev    next >
Pascal/Delphi Source File  |  1988-07-15  |  148b  |  4 lines

  1.     while (rn<>0) and (not abort) and (not hangup) do begin
  2.       seek(ulff,rn); read(ulff,f); dlx(f,rn,abort);
  3.       nrecno(fn,pl,rn);
  4.     end;