Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Number formatting
Message
 
To
04/03/2002 12:33:15
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00627848
Message ID:
00627910
Views:
12
Yes, but I want also to display values in scientific notation. I need to show values in a large range (i.e. from 1000000 to 1E-20) more readibly, instead of 0.1234567890432008E-14. I'd like to find something similar to printf("%.5g") in C language.

>If you want to utilize rounding use:
>
>Round(YourvariableHere, rountto#ofdigits)
>
>If you just want the string tiself use:
>
>Format(Yourvariablehere, "#####.00000"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform