I'm playing with Match Pattern to filter some specific data of one large string. Wiring the whole string decrease the performance agressively, so i've decided to process small subset's of data at time. But the fixed string set, sometimes, give me a useless part of the string and the match pattern give me a empty match (Expected behavior here, cause there's few strings to collect). After this, i've decided filter the array elements (for loop output) using the empty string/path comparison, but....
LabVIEW 2013 SP1.
PS: Yes, i've tried the always copy function, but no sucess :( http://www.ni.com/white-paper/8145/en/ (Search for compiler error)
PS: I know there's different solutions for my problem.
PS: Yes, bad english :smileyvery-happy:
VI and Data attached.