I am begining to work on a VBscript to use inside a MS Access Query, so I started to do a little looking around the web to see if there was already a built-in VB function or at lease an example of one to convert a large number (6 sign. digits & larger) into SN (Scientific Notation) format for manipulation later within my script.
Example:
I can find all kinds of examples for about every other type of programming language imaginable, but not VBscript.
Surly I am not the first person on the planet that has need of something like this!!
Can anyone please help steer me in the right direction?
Chris
Example:
Input format: 550000000
SN format: 5.5E+8
I can find all kinds of examples for about every other type of programming language imaginable, but not VBscript.
Surly I am not the first person on the planet that has need of something like this!!
Can anyone please help steer me in the right direction?
Chris
Comment