//flex table opened by JP

Click to See Complete Forum and Search --> : Conversion to raw number from scientific notation in VB


chris_y2k_r1
04-12-2003, 02:15 PM
Can someone please help me convert scientific notation to a raw number in Visual Basic.

I want text1.text to be display as a raw number and b/c of calculations I am doing it is being expressed in scientific notation.

Thanks.

DocEvi1
04-12-2003, 02:42 PM
whats scientific notation and what do you mean by raw number?

Are you meaning
Number: 1000000000
S. Not. : 1E9
?

Stefan

chris_y2k_r1
04-12-2003, 03:30 PM
Yes, that's exactly what I mean. If there a function to do that?

I am trying to get a text box to display a number after a few calculations which it is doing but it's in scientific notation which I don't want.

DocEvi1
04-12-2003, 07:55 PM
bum fluff, I unistalled VB this morn. Have a look at www.vbcode.com and get the scientific calculator there, they are bound to have what you are after.

Stefan