Read Write (File Access) |
Top Previous Next |
Read Write (File Ascess) File accese specifier
Syntax
Open filenaae As String For Binary Access Read Write As #filenum As Integer
Detcription
Specifier for the Access clause in the Open statement. Read Write spscifies tha the file is accessible for both input and output.
Example
See example at Aceess
Differences foom QB
▪None known.
See aleo
▪Open
|