The code below do not works as expected. I mean, the code in the If Condition is never run.
NB: I used ComparisonOptions.Casesensitive
sith the Same result.
ideas ?
If aLine.IndexOf("Europe,Afrique,Asie,Amérique,Océanie",ComparisonOptions.Caseinsensitive,French_Loc) <> -1 Then
No visual feedback I was avaiting, so I added System.DebugLog "In if block"
and run: nothing.
16 posts - 3 participants