Daniel_Upton
New member
- Joined
- Jan 8, 2010
- Messages
- 1
- Programming Experience
- 1-3
Hi,
I am currently developing an application which generates scientific values and places them into a textbox..
For most of my textboxes this: txtBox1.Text = Format(value1, "0.00")
Works perfectly..
But for one of them i need to format the number in this: 1.48 * 10(with a 5 in super script representing to the power of 5) style.
The "big number" behind this example is: 1477895632.43816
Any help with this would be great cause this is driving me insane!
Thanks in advance
Dan
I am currently developing an application which generates scientific values and places them into a textbox..
For most of my textboxes this: txtBox1.Text = Format(value1, "0.00")
Works perfectly..
But for one of them i need to format the number in this: 1.48 * 10(with a 5 in super script representing to the power of 5) style.
The "big number" behind this example is: 1477895632.43816
Any help with this would be great cause this is driving me insane!
Thanks in advance
Dan