How to set large value in exponential format

I have an app which provides some statistics.
If an output is too high it disturbs everything. Is there any way to limit this output in label. Is there any way to set exponential format like 100,000 will be displayed as 100 E3

Do you mean like 100^3?

No.
If 100 x 100 is 10000 then can it display
1 E4 or 10 E3

Just count how many zeros there are, then set the text.

See 100 e2 = 10,000

1 Like