home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turbo Toolbox
/
Turbo_Toolbox.iso
/
sharew
/
dobject
/
hlist.do
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-07-16
|
133 b
|
8 lines
/*
list the topics in the help database
*/
db = new(Dbffile,"help");
top(db);
? asCollection(db,#trim(topic));
release(#db);