qck.hlp (Table of Contents; Topic list)
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.
FIELD Statement
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Allocates space for variables in a random-access file buffer.
 
    FIELD [#]filenumber%, fieldwidth% AS stringvariable$
                        [,fieldwidth% AS stringvariable$] ...
 
    ■ filenumber%       Number specified in the OPEN statement to open a file
 
    ■ fieldwidth%       Number of characters in the field
 
    ■ stringvariable$   String variable containing data read from a record
 
 See Also
    GET Statement (File I/O)         PUT Statement (File I/O)
    OPEN Statement (File I/O)        Random-Access File Variables