BINMODE [ # fn ] | input | output

[<<<] [>>>]

Set an opened file handling to binary mode.

The argument is either a file number with which the file was opened or one of keywords input and output. In the latter case the standard input or output is set.

See also TEXTMODE


[<<<] [>>>]