03-17-2006 11:58 AM
03-17-2006 01:50 PM
Hello,
I suggest you use the FindPattern function. It finds a given pattern (which can be a word) in a string. Use the ReadLine function first to read the strings from the file.
03-20-2006 08:50 AM
You can also use the functions in the regexpr.fp library in the CVI toolslib/toolbox directory for matching simple regular expressions.