Genicom GEK 00031B User Manual

Page 30

Advertising
background image

Chapter 2. ANSI Emulation

GEK-00029B

30

ESC [ p1 ; ... p22; u GENHTS (Multiple Horizontal Tab Set): Sets up to 22 horizontal

tabs. The p parameters are set in decipoints.

If more than 22 tabs are set, the highest numbered tabs (farthest
right) will be pushed out of the tab table. Tabs set in front of the left
margin, or beyond the right margin. are not usable. Moving the
margins will make them active.

Example: To place tabs at columns 10, 20, and 40 at 10 cpi, send
ESC [ 10 ; 40 ; 20 u (tabs can be specified in any order).

Decimal:

27 91 <p1> 59 <p2> 59 … <p22> 59 117

Hex:

1B 5B <p1> 3B <p2> 3B ... 3B <p22> 3B 75

BASIC:

CHR$(27);"[<p1>;<p2>; ... ;<p22>;u"

ESC [ p1 ; …; p12 ; v GENVTS (Multiple Vertical Tab Set): Sets up to 12 vertical tabs.

The p parameters are set in decipoints. If more than 12 tabs are set,

the 12 tabs nearest the top of form will be retained. If a tab is set in
the top margin area, it will be stored but will not be active until the
margin is moved. If a tab is set beyond the bottom margin,
attempting to move to that tab will advance the paper to the next top
of form.

Decimal:

27 91 <p1> 59 <p2> 59 … <p12> 59 118

Hex:

1B 5B <p1> 3B <p2> 3B … <p12> 3B 76

BASIC:

CHR$(27);"[<p1>;<p2>;...;<p12>;v";

Advertising