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