Hello.
I'm new to LabVIEW and I'm struggling with creating loops to repeat execution.
I've created 4 separate match regular expressions.However, all 4 regex strings are the same except the first numbers in the regex strings (99,100,101). Therefore, I am trying to create a loop with the numbers in the regex outside the loop and the rest of the regex, \s*([^]+), inside the loop.
I've attached my VI. Please help me create a loop for the VI.
Thanks a lot :).