Android Question Is this a B4A bug?

wonder

Expert
Licensed User
Longtime User
Hi guys!

So I have the following line:
B4X:
Label1.Text = (100%x) & " / " & (1%x * 100)

Which gives me the following output:
B4X:
1280 / 1200

How is it possible that I'm getting different values?
Shouldn't one hundred times one percent be one hundred percent?
Am I missing something?
 
Top