Mode and Character-Set Selection

CHR$(27)“4” Turns Italic Mode ON.

CHR$(27)“5” Turns Italic Mode OFF.

CHR$(27)"@” Reset Code.

CHR$(27)“R” CHR$(n)

Selects an international character set.

Line Spacing

CHR$(27)“0” Sets line spacing to l/S-inch.

CHR$(27)“2” Sets line spacing to 1/6-inch (default). CHR$(27)“A”CHR$(n)

Sets line spacing to n/72-inch. CHR$(27)“3”CHR$(n)

Sets line spacing to n/l&inch.

Forms Control

CHR$(9) or CHR$(137)

 

Activates a horizontal tab.

CHR$(12)

Produces a form feed.

CHR$(13)

Produces a carriage return.

CHR$(27)“C”CHR$(0)CHR$(n)

Sets the form length in inches.

CHR$(27)“C”CHR$(n)

Sets the form length in lines.

Dot Graphics

CHR$(27)“K”CHR$(n 1)CHR$(n2)

Turns Single-Density Graphics Mode ON.

CHR$(27)“L”CHR$(n1)CHR$(n2)

Turns Double-Density Graphics Mode ON.

c-2