Subject of this Chapter
This chapter describes the INPUT_BYTE
procedure.
NOTE: The function is in general the same as
INPUT_CHAR
except that it uses
ARRAY OF BYTE
instead of
STRING
for the
RECP
parameter.
This allows to read numeric values inside a DFB,
that is not possible with INPUT_CHAR
.