12-29-2007 11:58 AM
12-29-2007 01:41 PM - edited 12-29-2007 01:41 PM
Use shift registers or feedback nodes to compare the current value to the value from the previous iteration, then appened to the file only if the values are different.
Lets assume all the substrings are conbined into an output line. In this case you could just compare the old line with the new line and wite to file if anything has changed.

If you want, attach your code so we can give more specific advice.
12-29-2007 02:26 PM
12-29-2007 03:14 PM