hello,
recently I need compare two long int numbers. but the result is err.
result log is err as attach pic show.
what is wrong?
thanks
recently I need compare two long int numbers. but the result is err.
B4X:
Dim a As Long
Dim b As Long
a = 8866754384309352738
b = 8866754384309352738
If a = b Then
Log("ok")
Else
Log("err")
End If
result log is err as attach pic show.
what is wrong?
thanks