> If you had two lines: > > 100 > 1001 > > ... would 100 be taken as a duplicate with wholematches set to false? > Can't > tell from the dictionary. If you're doing something like lineOffset(100, field 1), then 100 and 1001 will both match, unless you set wholeMatches to true. Slava