b2x("11111111")
returns the value "FF"
b2x("10101010")
returns the value "AA"
b2x("55555555")
returns an error (must be a binary string)
Value = bx2("11111111")
assigns the value "FF" to the variable Value
Next