Function XMoCheck() Foundation
Checks whether the received block is a valid XModem block.
XMoCheck( <cBlock>, ;
[<lCRC>] ; // Default: .F.
) --> nBlockNumber
Returns block number (range 0 - 255) if block is valid or -1 otherwise.
When <lCRC> is set .T. a CRC check is used otherwise a checksum is calculated.
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.