Hi,
How do I write Labview codes to check an output string. If the string is "XX", "YY", "ZZ" or "XY" then do this. If the string is "AA", "BB", "CC" then do that. I don't want to use the case statement because I have to duplicate the same action for many cases.
Thanks