READ BYTE FROM FILE
This command will read a single byte from the specified file. The position is specified in bytes from the beginning of the filedata. You can use this to obtain byte perfect reading of any file.

SYNTAX
Return Integer=READ BYTE FROM FILE(Filename, Position)

RELATED INFO
FILE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example