Important Notice
  
  
    The pages on this site contain documentation for very old MS-DOS software,
    purely for historical purposes.
    If you're looking for up-to-date documentation, particularly for programming,
    you should not rely on the information found here, as it will be woefully
    out of date.
  
 
 TYPE Statement
  ◄Syntax►  ◄Details►  ◄Example►                 ◄Contents►  ◄Index►  ◄Back►
──────────────────────────────────────────────────────────────────────────────
TYPE usertype
  elementname AS typename
  [elementname AS typename]
.
.
.
END TYPE
 
    ■ usertype       A user-defined type or ISAM table type.
    ■ elementname    An element or table column of the user-defined type.
    ■ typename       A user-defined type, nested user-defined type, an
                     array, or one of the following data types: integer,
                     long, single (non-ISAM types only), double,
                     fixed-length string, or currency.
 
See Also    ◄ISAM Data Types►  ◄OPEN (File I/O)►  ◄User-Defined Data Types►