Business Application; Preparation; Barchart - Epson FX Series User Manual

Fx series printer
Hide thumbs Also See for FX Series:
Table of Contents

Advertisement

In this chapter we turn our attention to business applications. First
we program a sample barchart. Then we use designs from previous
chapters to develop a program that puts the FX through its paces.
The programs pull together many of the programming techniques
that you've used in the course of this manual. The second one is con-
siderably longer than the programs in previous chapters, and the
length provides two benefits. First, you'll have a chance to really test
your own understanding of the FX printer. Second, a longer program
shows you how versatile your printer can be.

Preparation

Load the LINE program you saved at the end of Chapter
delete lines
1100-1170.
print a sales chart in this chapter.

Barchart

This program creates the barchart shown as Figure
line graphics characters from the LINE program as well as three new
user-defined characters.
100 LPRINT CHR$(27)"3"CHR$(l0)CHR$(27)"Ul";
130 LPRINT CHR$(27)"&"CHR$(0)CHR$(94)CHR$(l07);
140 FOR Y=l TO 14: LPRINT CHR$(139);
160 NEXT Y: LPRINT CHR$(27)"C"CHR$(33);
Line
100 sets
Unidirectional Mode to be sure
precisely.
Chapter 17
Business Applications
You will use the line graphics characters to
Change
up line spacing and Unidirectional print. You print in
the following lines:
line graphics characters line up
the
and
16
It uses the
17-1.
227

Hide quick links:

Advertisement

Chapters

Table of Contents
loading

This manual is also suitable for:

Fx-100Fx-80Fx-185 - impact printer

Table of Contents