Manipulate String?

I have condition if as below.

CurrentRow(“No.”).ToString.Contains(file1(“No.”).ToString)

In CurrentRow(“No.”) = M1,M3
file (“No.”) = M12

But If I use condition upper, It show true.

Please guide me about it.

Hi @fairymemay

Try to use EQUAL in the condition instead of CONTAIN

Regards
Gokul