I'd like to use the "scan from file" primitive to identify (and stop at) a pattern of characters. My goal is to avoid loop-logic required by "match pattern" string function. Is there a "regular expression"/"format string" that will cause a scan to stop at a specific pattern of characters? Thanks, Bill C.
