InStr code and value. We are looking for "M" in StndMCardIndic. StndMCardIndic is "S(16B,17B)|M(18B)|IO(19B)".
As you can see I am searching StndMCardIndic for the character "M". The value of StndMCardIndic is "S(16B,17B)|M(18B)|IO(19B)"
. A "M"
is clearly present. However, it fails to find it. I suspect this is due to the length of the string. If so, how would I find it?