You can do this with the LINES operator. For example,
LINES:10+ (Search AND Term)
Note: The LINES operator was introduced in FileLocator Pro v7. For earlier versions of FileLocator Pro you can achieve the same thing with the Scripting functionality.
Save the script shown below to a text file called ignore_header.js
var nValidFromLineNumber = parseInt( SearchParms.ContainingTextCustomParm, 10 );
function isValidLine( nLineNum, strText ) {
return nLineNum > nValidFromLineNumber;
}
Activate the script in the Scripting tab and enter the number of initial lines to exclude in the Parm field:
