◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── BINARY ■ BINARY is used in an OPEN statement to specify binary-file mode. ■ In binary mode, you can read or write information to any byte position in the file using GET or PUT statements. See Also ◄OPEN (File I/O)► ◄PUT► ◄GET (File I/O)► ◄INPUT$►