Help Center
Help CenterFreeBASIC

Read Write (File Access)keyword

File access specifier

File I/O Functionskeyworddocumented

Syntax

Open filename As String For Binary Access Read Write As #filenum As Integer

Description


Specifier for the Access clause in the Open statement. Read Write specifies that the file is accessible for both input and output.

Remarks

Differences from QB


  • None known.

See also


Example


See example at Access

Reference

  • Documented in KeyPgReadWriteFile.html