I have the double value
3,64171229302883E-02
I would like to convert it so that the E-02 is gone and zeros are used instead.
How would I do that in VB6, please?
I have the double value
3,64171229302883E-02
I would like to convert it so that the E-02 is gone and zeros are used instead.
How would I do that in VB6, please?
Assuming its in a string cast to Decimal ("," is locale specific, for me its ".")
?cdec("3.64171229302883E-02")
0.0364171229302883