|
-
Nov 6th, 1999, 03:28 AM
#4
Member
well, i can give you a hint...
Dim dbl as Double
dbl = Val(Text1.Text) / Val(Text2.Text)
Text3.Text = dbl
double will hold 300 and somethin decimal places i think, problem is it will return the number in scientific notation, so you still need to figure out how to convert it to a regular format, which im not sure how to do
------------------
I swear you guys rip on me 13 or 14 more times, i'm outta here...
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
|