Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Store 99999999999999999999 TO
Message
From
30/07/2006 20:28:26
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01141684
Message ID:
01141697
Views:
35
This message has been marked as the solution to the initial question of the thread.
>I tested now (11 digits)
>
>Store 99999999999 TO soma
>
>I still get an exponencial value from soma, rather the the nominal value
>
>I am testing inside the click event of a button in a form
>
>Moises

This may happen if the information doesn't fit.

Example:
soma = 99999999999
? soma && Shows normal number
? str(soma,10) && Shows exponential notation
? str(soma,15) && Shows normal number
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform