home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / compiler / doobject / hlist.do < prev    next >
Text File  |  1991-07-16  |  133b  |  8 lines

  1. /*
  2.     list the topics in the help database
  3. */
  4. db = new(Dbffile,"help");
  5. top(db);
  6. ? asCollection(db,#trim(topic));
  7. release(#db);
  8.