[Gambas-user] Exponent

Benoit Minisini gambas at ...1...
Fri Oct 28 20:57:51 CEST 2005


On Monday 24 October 2005 18:22, Scott wrote:
> Hi,
>
>     it seems Gambas likes to show large numbers as exponents.  How do I
> stop this feature for a single label?  Thanks.

By default, a number N is printed in exponent form if its absolute value is 
lower then 10^-4 or greater than 10^7.

If you don't want that, you must use the Format$() function.

Regards,

-- 
Benoit Minisini





More information about the User mailing list