Skip to content

NULL

Syntax

NULL <integer expression>

Purpose

To set the number of nulls to be printed at the end of each line.

Remarks

For 10-character-per-second tape punches, should be >=3. When tapes are not being punched, should be 0 or 1 for Teletypes and Teletype-compatible CRTs. should be 2 or 3 for 30 cps hard copy printers. The default value is O.

Example

NULL 2
100 INPUT X
200 IF X<50 GOTO 800

Two null characters will be printed after each line.

See Also

  • WIDTH - Set printed line width
  • PRINT - Output to terminal
  • LPRINT - Output to line printer
  • POS - Get cursor position
  • LPOS - Get line printer position