03-05-2010 07:07 AM - edited 03-05-2010 07:12 AM
Jean-Marc
Solved! Go to Solution.
03-05-2010 09:01 AM
If you only want to search for whole words, you can separate the strings (using the /s as the delimiter). This makes the process faster. The attached vi is an example.
03-05-2010 11:49 AM
You are experiencing the joy of Property Nodes, each time you access one, LV feels the urge to update the control that it references. You can speed things up considerably (factor of 4 on my machine) by Defering Panel Updates on the VI while running the subVI. I could probably tweak another factor of two with the code, but this simple fix goes a long ways.
03-05-2010 12:34 PM
Thanks VT92 and DarinK, a combination of your solutions has resolved my problem.
Jean-Marc
03-06-2010 08:47 AM - edited 03-06-2010 08:55 AM
For those who might be interested (LV86).
Jean-Marc