File access specifier
Syntax
Open filename As String For Binary Access Read As #filenum As Integer
Description
Specifier for the
Access clause in the
Open statement.
Read specifies that the file is accessible for input.
Example
Differences from QB
See also