I wrote this short code which Cast two strings into two integers.
He then compares them and the result is incorrect
I wonder why. Can anyone give me a simple but convincing explanation?
He then compares them and the result is incorrect
B4X:
Dim TA As Int = "900"
Dim TTo As Int = "2100"
Dim B As Boolean = (TA<TTo)
vuetify.Showswal(TA & " < " & TTo & " " & b)
I wonder why. Can anyone give me a simple but convincing explanation?
Last edited: