Operating instructions
— 83 —
GS w n
[Function]
[Code]
[Range]
[Outline]
Specifying the horizontal size (Scale factor) of bar code
<1D> H <77> H <n>
2 ≤ n ≤ 4
Selecting bar code width.
n denotes the number of dots in fine element width.
n = 3
GS k, GS h
LPRINT CHR$ (&H1D) ; "h" ; CHR$ (50) ;
LPRINT CHR$ (&H1D) ; "w" ; CHR$ (2) ;
GOSUB *BC
LPRINT CHR$ (&H1D) ; "h" ; CHR$ (80) ;
LPRINT CHR$ (&H1D) ; "w" ; CHR$ (3) ;
GOSUB *BC
LPRINT CHR$ (&H1D) ; "h" ; CHR$ (120) ;
LPRINT CHR$ (&H1D) ; "w" ; CHR$ (4) ;
GOSUB *BC
END
*BC :
LPRINT CHR$ (&H1D) ; "k" ;
LPRINT CHR$ (4) ;
LPRINT "12" ; CHR$ (0) ;
RETURN
[Default]
[See Also]
[Sample Program]
[Print Results]
Height 50,
Magnification 2
<
<
<
Height 80,
Magnification 3
Height 120,
Magnification 4