|
-
Nov 9th, 2003, 10:22 AM
#1
Thread Starter
Fanatic Member
Format
I kinda.... forgot how to use the format function ...
VB Code:
LblReponse.Caption = Distance
is it possible to get "distance" to be written in this format:
0.000E00
I mean, if I get a number like 34152667383 format would be:
3.415E10
thx in advance
"A RESPECTED scientist has put forward the stunning - if unsavoury - possibility that humans are descended from sewage dumped overboard by aliens."
"First we read that we are the creation of God, then scientists say we are descended from apes. Now they say we're some sort of alien poo. How much further can we sink?"
- Robert Matthews, Science Correspondent
-
Nov 9th, 2003, 10:53 AM
#2
Try this...
VB Code:
Text1.Text = Format$("34152667383", "Scientific")
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Nov 9th, 2003, 12:28 PM
#3
Thread Starter
Fanatic Member
"A RESPECTED scientist has put forward the stunning - if unsavoury - possibility that humans are descended from sewage dumped overboard by aliens."
"First we read that we are the creation of God, then scientists say we are descended from apes. Now they say we're some sort of alien poo. How much further can we sink?"
- Robert Matthews, Science Correspondent
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|