Looking for a pattern in the string

Hi all

I have a string input that consists of a number. 5 numbers separated by semmicolon represents a set. The numbers may be of the numbers 2, 3, or 4 digits.

And there could be 1, 2, 3 or 4 sets. How can I check if one of all of the entry contains a 0; 0; 0; 0; 0.000;?

I tried to use first Match string and string /False true Match. But string true or false game looks at only the beginning of the string.

Can anyone suggest some ideas hw to go forward?

Hi Nightcrwlr,

Why don't you use SpreadsheetStringToArray and just check the number of items in the table to separate your 'sets '?

After splitting sets (ArraySubset), you can just compare each set to zero...

Tags: NI Software

Similar Questions

Maybe you are looking for