home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DO1BETA.ZIP / DBFEDIT.DO < prev    next >
Text File  |  1991-08-06  |  161b  |  8 lines

  1. /*
  2.     demo a full screen editor for a DBF file
  3. */
  4. do dbflib; % load the Dbffile::edit() method, among others
  5. db = new(Dbffile,"test");
  6. edit(db);
  7. close(db);
  8.