TEXT |
READ ACCESS -- Pemits you to read from the specified file.
STREAM FORMAT -- Data written to the specified file will be in
stream format with implied carriage return/line feed.
Note: The default access is READ/WRITE. Writing to an existing file
may cause part/all of the previously stored data to be deleted.
NEWVERSION -- A new file will be created with a higher version number.
If NEWVERSION is not specified, an existing file is used.
If the selected file does not exist, a new file will
be created whether or not NEWVERSION is specified.
WRITE ACCESS -- Permits you to write to the specified file.
|