|
-
May 1st, 2007, 11:01 PM
#1
Thread Starter
New Member
[RESOLVED] Format() function not working at all
I've recently returned to VB6 and am having an issue with the Format() function. I wrote a program years ago and it worked correctly then. When I try to run it now it gives me that compile error "can't find library" at all the Format functions.
An example of how I'm using it is like so:
string = "C: " + Format(getHDUsed, "###,.00") + " GB"
I'm thinking that I'm missing some kind of add-in or library but I don't know which is associated with the Format function. Nor do I even remember how to install add-ins or libraries. If anyone could help me with this, it would be much appreciated.
Last edited by FanGuy; May 2nd, 2007 at 12:57 AM.
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
|