iOS Question [B4X] B4XFormatter - 9000000000 cause a OVERFLOW how to handle this

Alexander Stolte

Expert
Licensed User
Longtime User
Hey,

if i put 9000000000 to a double value then the output is 9.0E9 and with the B4XFormatter is the result "OVERFLOW". How can i prevent it or handle it?
 

Semen Matusovskiy

Well-Known Member
Licensed User
B4XFormatter.Bas uses 32-bit signed integers (Int), unlke it's possible to use 64-bit signed integers (Long).
If to have a wish, it's possible to reconstruct a code during some minutes (less than 200 statements).
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…