Function PpcRead() Foundation
Reads data from a communication receive buffer.
PpcRead( <nCommunicationHandle> , ;
[<nBytes>] , ; // Default: all bytes
[<lLeaveInBuffer>] ; // Default: .F.
) --> cReceivedData
Returns received data in a string and deletes <nBytes> bytes from the receive buffer unless <lLeaveInBuffer> ist set .T.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.