home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DO1BETA.ZIP / STRUCT.DO < prev    next >
Text File  |  1991-07-09  |  178b  |  7 lines

  1. /*
  2.     demonstrate the Dbffile::displayStruct() and structure() method 
  3. */
  4. db = new(Dbffile,"help");
  5. ? "\nthe structure Collection for HELP.DBF is ",structure(db);
  6. close(db);
  7.