To display the structure of the Fish table in the \Samples directory:

use FISH
display structure

The following is displayed in the results pane of the Command window:

Structure for table C:\Program Files\dBASE\Plus\Samples\fish.dbf

Table type DBASE

Version 7

Number of rows 10

Last update 10/18/02

-------------------------------------------------------------------------

Field Field Name Type Length Dec Index

1 ID AUTOINCREMENT 4 Y 

2 Name CHARACTER 30 Y 

3 Species CHARACTER 40 Y 

4 Length CM NUMERIC 20 4 N 

5 Description MEMO 10 N 

6 OLE Graphic OLE 10 N 

-------------------------------------------------------------------------

** Total ** 115