A
Anders Jansson
Hi,
Trying to use and "AND" operator comparing strings in C#. The following code
doesnt work (mtch1_ etc is of type String):
if (mtch1_ = "" & mtch2_ = "" & mtch3_ = "" & mtch4_ = "")
What should I use instead?
Best Regards
Anders
Trying to use and "AND" operator comparing strings in C#. The following code
doesnt work (mtch1_ etc is of type String):
if (mtch1_ = "" & mtch2_ = "" & mtch3_ = "" & mtch4_ = "")
What should I use instead?
Best Regards
Anders