This is an example of a simple table definition.
# Define the Boats_TBL table and its columns.
visible editable table Boats_TBL
size 280 150 at 10 10 in Marina_DR
horizontal scroll bar
vertical scroll bar
column delimiter is csv
column grid visible
column headings text
no column selection
row headings blank
multiple row selection
insert string column Name
heading is "Boat Name"
width is 70 # dialog units
text size 40 # characters
insert string column Owner
heading is "Owner's Name"
width is 70
text size 60
insert integer column Age
width is 40
heading is "Age"
insert float column Length
width is 70
heading is "Length"
format is "#,###.# meters"