DataBasic Reference > Statements and Intrinsic Functions > B > BCC Function

Comment on this topic

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.

Reality V15.0 ()

BCC Function (DataBasic) (m618703+bcc_f.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

BCC Function

Generates a Binary Check Character (BCC).

Syntax

BCC(char-string)

Syntax Elements

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.

Comment

The BCC function generates a Binary Check Character by performing an exclusive OR (XOR) of all the data bytes in the data string.

RealityV15.0Comment on this topic