I am working with some big numbers in my App, For example:
8073979 - 31620316 + 90953546 = 67407209 In calculator, and in VB6.
But, in B4A, I keep getting:
6.7407209E7
For me, This is undesirable, How to I fix that? I need a string representation of 67407209, Not whatever that decimal thingy is.
Thanks.
8073979 - 31620316 + 90953546 = 67407209 In calculator, and in VB6.
But, in B4A, I keep getting:
6.7407209E7
For me, This is undesirable, How to I fix that? I need a string representation of 67407209, Not whatever that decimal thingy is.
Thanks.