B4J Question Convert a number to string without scientific form

Alessandra Pellegri

Active Member
Licensed User
Longtime User
I have to convert very big numbers to string without scientific form but using decimal form.
But if I do something like this:
B4X:
dim tt as string = Power(2,54)

I obtain someting like 2.xxxE17.

How could I do ?

Thank you
 
Top