Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
BCC Function (DataBasic) (m618703+bcc_f.htm)
Generates a Binary Check Character (BCC).
BCC(char-string)
char-string is a string containing the data being sent or received, expressed as a variable to which the data string has been assigned or can be a literal string enclosed in quotes.
The BCC function generates a Binary Check Character by performing an exclusive OR (XOR) of all the data bytes in the data string.