Retrieving the number of lines printed so far (sys.LineCount)ΒΆ

!temp sys.LineCount,,u4

Number of lines printed so far

Stores the total number of lines that have been printed so far. Cannot be updated.


EXAMPLE

if (sys.LineCount > 10,000) then CheckPaperSupply()