*N (PRINT)


ANSI

*N[={count}]

 

The *N list control sets the print position to the beginning of the next line. It is the equivalent to executing both an *C and an *L.

 

The *N={count} list control sets the print position to the beginning of the line, {count} lines down. It is the equivalent to executing both an *C and an *L={count}. {count} may be a decimal constant, a numeric variable, an Expression, or an equated variable.

 

 

See Also: List Controls (PRINT), PRINT

 



PL/B Language Reference *n (PRINT) *PL (PRINT)