The 'record-length' is a positive integer that specifies the
maximum size in bytes for a line in a TEXT file or a file of
type FILE OF VARYING. ("Record" length is equivalent to
"component" length.) The default is 255 bytes. For all other
types of files, VSI Pascal ignores this parameter.
If you do not specify a length for an existing file, VSI Pascal
uses the length specified at the file's creation.
If you use OPEN to create a sequentially organized file with
variable-length components, VSI Pascal records the maximum
length of each component in the file only if you specify a value
for the record_type field.