home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turbo Toolbox
/
Turbo_Toolbox.iso
/
sharew
/
dobject
/
struct.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-08
|
178 b
|
7 lines
/*
demonstrate the Dbffile::displayStruct() and structure() method
*/
db = new(Dbffile,"help");
? "\nthe structure Collection for HELP.DBF is ",structure(db);
close(db);