RMAR

Syntax

RMAR(n) with n=0..255

Location

Beuletools

This function returns the control codes needed to set the right margin to n characters (from the left side) on EPSON compatible printers. If the right margin is smaller than the left margin, the printer will ignore this setting and print to the greatest possible right margin:

PRINT #ch,RMAR

is the same as:

PRINT #ch,CHR$(27) & 'Q' & CHR$(n)

CROSS-REFERENCE

NORM, BLD, EL, DBL, ENL, PRO, SI, NRM, UNL, ALT, ESC, FF, LMAR, PAGDIS, PAGLEN.