Hi to all
where I'm wrong?
This is the code correct in Basic4ppc that work
Where btw is Bitwise library
This in B4j, but not work
I have add 1 to Bit.Not(serbuff(y+i) ?
Thanks
where I'm wrong?
This is the code correct in Basic4ppc that work
B4X:
str = Chr(Main.btw.Complement(serbuff(y+i)) + 256)
This in B4j, but not work
B4X:
str = Chr(Bit.Not(serbuff(y+i)) + 256)
I have add 1 to Bit.Not(serbuff(y+i) ?
Thanks