Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3874

Hard time with IndexOf

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3874

Trending Articles