|
-
December 17th, 1999, 03:38 AM
#1
InStr() usage
Can anyone explain this InStr() function futher? I could not understand 'Performs binary comparison' from the explaination from MSDN Library.
-
December 17th, 1999, 07:10 AM
#2
Re: InStr() usage
if you do a TEXT comparison "hello" is equal to "HELLO".
This is not so in binary comparison mode.
-
December 19th, 1999, 08:16 PM
#3
Re: InStr() usage
how about the value returned by InStr()? Is that position of the string?
-
December 19th, 1999, 09:10 PM
#4
Re: InStr() usage
The InStr() function returns a Long datatype indicating the position of the first occurence of the character in the string.
____________________________________
The VB Bugs in my Life...
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
|