home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turbo Toolbox
/
Turbo_Toolbox.iso
/
sharew
/
dobject
/
help.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-18
|
170 b
|
9 lines
/*
create an index for the hypertext help files
*/
db = new(Dbffile,"help");
ndx = createIndex(db,"help","topic",0,0);
? "help index created";
close(ndx);
exit;