07-12-2013 01:15 PM
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 :).
Solved! Go to Solution.
07-12-2013 01:26 PM
You didn't include sample data for text so I couldn't test it
07-12-2013 02:02 PM
Thank you so much.