Reading and Writing Binary Files In Visual Basic | Visual Basic 6 (VB6)
The Put Statement The Put statement is used write data to a file opened in binary mode. The syntax, as it applies to binary files is: Put [#]filenumber, [byte position], varname The filenumber is any valid filenumber as defined above. Byte position is the...