Was this helpful?
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
Last modified date: 08/02/2023