User Tools

Site Tools


en:writebyte

This is an old revision of the document!


Writebyte (Statement)

Format

writebyte byte
writebyte ( byte )
writebyte file_number, byte
writebyte ( file_number, byte )

Description

Writes an byte (8 bit number) to the end of an open file. If the file number is not specified file number zero (0) will be used.
File should be opened with the Openb statement so that ASCII CR/LF translation does not happen.

Example

See example on readbyte

See Also

History

en/writebyte.1451713356.txt.gz · Last modified: 2020/02/28 10:46 (external edit)