|
-
Sep 21st, 2007, 07:50 PM
#3
Re: VB6 format number
 Originally Posted by Mxjerrett
Well here is a rough version
Code:
Text2 = Format(Text1, ".#############")
That's exactly what he doesn't want to have happen.
Try
Text2 = Format(Text1, "0.0")
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
|