03-05-2013 06:36 AM - edited 03-05-2013 06:41 AM
Hi all
I have a string input which consists of numbers. 5 numbers seperated by semmicolon represents one set. The numbers could be 2 digit,3 digit or 4 digit.
And there could be 1,2 ,3 or 4 sets . How can i check whether any of the set in the input contains a 0; 0; 0; 0; 0.000; ??
I tried using Match First string and Match True /False String. But Match True/False string examines only the beginning of string.
Can anyone suggest some ideas hw to proceed?
Solved! Go to Solution.
03-05-2013 06:47 AM - edited 03-05-2013 06:48 AM
03-05-2013 07:58 AM - edited 03-05-2013 08:00 AM
Hi GerdW
That was a gud suggestion. :D. Thanks a lot
At the moment i do have only inputs with maximum 4 sets. So i made 4 different cases to check each set.
i.e Case 1 have 1 check , Case 2 have 2 checks and so on.
Anyways found a solution. Thanks