InChr
  

Fetch data from the input buffer.

SYNTAX

InChr( nHandle, @cBuff, nChar ) --> nBytesRead

Parameters:

nHandle
Instance identifier
cBuff
Input buffer.
Note the by reference argument passing
nChar
Number of bytes

Returns:

nBytesRead
The actual number of bytes loaded into cBuff (usually equal to nChar unless there is a problem or nChar is overstated.)