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