The following line compiles fine in B4A (i is the integer index in a For loop)
The compiler error is
Same issue on this line:
B4X:
Dim cellbyte As String = HexParser.Byte2Hex(0xAE + i)
B4X:
invalid suffix '+_i' on integer constant
Same issue on this line:
B4X:
cellnumber = cellnumber - (0xAE - 0x40)