Can anyone explain this InStr() function futher? I could not understand 'Performs binary comparison' from the explaination from MSDN Library.
Printable View
Can anyone explain this InStr() function futher? I could not understand 'Performs binary comparison' from the explaination from MSDN Library.
if you do a TEXT comparison "hello" is equal to "HELLO".
This is not so in binary comparison mode.
how about the value returned by InStr()? Is that position of the string?
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...