-
How can I convert for example:
1234567890E+.1234567890
to it's actual number
12345678901234567890
or whatever it'ld be?
(Don't have a calculater big enough to do that question =P)
Thanks,
------------------
DiGiTaIErRoR
VB, QBasic, Iptscrae, HTML
Quote: There are no stupid questions, just stupid people.
-
Someone help?
Thanks again,
------------------
DiGiTaIErRoR
VB, QBasic, Iptscrae, HTML
Quote: There are no stupid questions, just stupid people.
-
I am invisible... great!
Help if you can?
------------------
DiGiTaIErRoR
VB, QBasic, Iptscrae, HTML
Quote: There are no stupid questions, just stupid people.
-
Hi,
you're not invisible, your problem is too simple :-))
doublevar = val(ScientificTextVar)
Roger
-
No, no, didn't work for example when I multiply:
999999999999999999999
and:
999999999999999999999
I get:
1E+42
I DON'T WANT 1E+42 I want to get:
999999999999999999999
x
999999999999999999999
_____________________
Ya know if you did it by hand. Any way to do this?
------------------
DiGiTaIErRoR
VB, QBasic, Iptscrae, HTML
Quote: There are no stupid questions, just stupid people.