Plain English

Sets the automatic line feed spacing in dots. When enabled, text commands automatically advance the vertical position by this amount after printing. Set to 0 to disable.

When to use

When printing multiple lines of text that should be evenly spaced without manually setting V positions for each line.

Syntax

ESC+Ennnn

Parameters

ParameterDescription
nnnnLine spacing in dots (up to 4 digits)

Example

ESC+A
ESC+H0050
ESC+V0050
ESC+E0030
ESC+X22Line one
ESC+X22Line two
ESC+Q1
ESC+Z

Print two lines of text with 30-dot spacing

Try it in the playground View all SBPL commands