User Guide : Using Content Extraction Language : Language Syntax and Examples : NR
 
Share this page                  
NR
The NR built-in variable is a special variable that contains the number of the current input line. CXL maintains the value of NR as input lines are read. NR should not be changed by the user.
Example
NR = 10 { skip( 6 ); } #
Ignore input lines 11 through 16