G
Guest
I am trying to find the position of the last occurance of "\" in my string
using the below and all I get is 60 (always - i tried changing the position,
string etc) which does not seem to be correct.
MsgBox InStrRev(.FoundFiles(i), "\")
Can anyone suggest what am I doing wrong?
using the below and all I get is 60 (always - i tried changing the position,
string etc) which does not seem to be correct.
MsgBox InStrRev(.FoundFiles(i), "\")
Can anyone suggest what am I doing wrong?