This method returns bytes from a file opened in Input or Binary mode.
file.InputB(number)
Array containing bytes read from file.
Data read with the InputB method usually is written to a file with the LinePrint or Put functions. Use this method only with files opened in Input or Binary mode.