READ BYTE
This command will read a byte of data from the file and store it as an integer value in the variable specified. The file specified by the file number must be open or the command will fail.

SYNTAX
READ BYTE File Number, Variable

RELATED INFO
FILE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example