Function XMoCheck() Foundation

Checks whether the received block is a valid XModem block.

Syntax
XMoCheck( <cBlock>, ;
          [<lCRC>]  ;  // Default: .F.
        ) --> nBlockNumber
Return

Returns block number (range 0 - 255) if block is valid or -1 otherwise.

Description

When <lCRC> is set .T. a CRC check is used otherwise a checksum is calculated.

Feedback

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.