QBasic 1.1: ACCESS Keyword

Syntax

ACCESS {READ | WRITE | READ WRITE}

Description / Parameter(s)

READ Opens a file for reading only.
WRITE Opens a file for writing only.
READ WRITE Opens a file for both reading and writing. READ WRITE mode is valid only for random-access and binary-mode files, and files opened for APPEND (sequential access).