|
-
Jul 28th, 2000, 03:38 AM
#1
Thread Starter
New Member
I don't know why this error occured.
If I checked out the OLE AUTOMATION in Project/reference...
That'll be ok,but other function couldn't work without the ole automation.
I wonder why?
Thanks for any suggestions.
-
Jul 28th, 2000, 01:38 PM
#2
Addicted Member
Left, Right, Mid
Glad to see I'm not the only one having odd occurances wih the string functions. I've had this happen with Left() once...Ever since I've been using Left$() because aparently Left() returns a variant. I've had Mid$() create the same error you had within a project when it had been working fine up until that point.
Never did figure out why, but I started using Mid() and converting the results to a string and that seems to work ok...
cstr(mid(<blah>,1))
Hope that helps.
Eiredrake
-
Jul 28th, 2000, 06:59 PM
#3
Fanatic Member
Mine started doing that when i installed sp3
DocZaf
{;->
Vb5 sp3
-
Jul 28th, 2000, 09:03 PM
#4
Hyperactive Member
What a sophisticated compiler!
How much we trouble if our AP has million lines of statement and M$ upgrade the software and have some new 'Features'!!
-
Jul 28th, 2000, 11:09 PM
#5
Thread Starter
New Member
Thanks for any suggestions. [/B][/QUOTE]
The Mid() function can't be found either!
It's too bad! Why the instr() could work?
Any other way to copy a part of a string ?
Thanks beforehand!
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
|