home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / dobject / struct.do < prev    next >
Encoding:
Text File  |  1991-07-08  |  178 b   |  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.