94
CipherLab BASIC Programming Part I
4.9.1 DEFINITION OF THE WEDGESETTING ARRAY
WedgeSetting$ is a 3-element character array passed to SET_WEDGE to describe the
characteristics of the keyboard wedge interface. In a BASIC program, WedgeSetting$ can
be defined as follows.
WedgeSetting$ = Wedge_1$ + Wedge_2$ + Wedge_3$
The functions of the parameters Wedge_1$, Wedge_2$, and Wedge_3$ are described in
the following subsections.
Wedge_1$ 7 - 0 KBD / Terminal Type
Wedge_2$ 7 1: Enable capital lock auto-detection
0: Disable capital lock auto-detection
Wedge_2$ 6 1: Capital lock on
0: Capital lock off
Wedge_2$ 5 1: Ignore alphabets' case
0: Alphabets are case-sensitive
Wedge_2$ 4 - 3 00: Normal
10: Digits at lower position
11: Digits at upper position
Wedge_2$ 2 - 1 00: Normal
10: Capital lock keyboard
11: Shift lock keyboard
Wedge_2$ 0 1: Use numeric keypad to transmit digits
0: Use alpha-numeric key to transmit digits
Wedge_3$ 7 - 0 Inter-character delay