bas7qck.hlp (Table of Contents; Topic list)
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