home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / compiler / doobject / struct.do < prev    next >
Text File  |  1991-07-08  |  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.