InputB

This method returns bytes from a file opened in Input or Binary mode.

Syntax

file.InputB(number)

Parameters

file
Reference to a File control.
number
Any valid numeric expression that specifies the number of bytes to return.

Return Value

Array containing bytes read from file.

Remarks

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.