Xor

Gale Johnson

Member
Licensed User
Longtime User
Could someone provide a BB4P answer for XOR? I am trying to transpose an old DOS program to BB4P. The coding is:
x%=0
For t = 1 to len(cm1$):a%=asc(mid$(cm1$,t,1))
a% =x% XOR a%
next t
I can change everything else, but I am not sure how to rewrite XOR ???
 
Last edited:
Top