User`s manual
the sheet and l/4” from the top. Just as you did with the ruled line
command, you must convert these measurements mathematically to two-
byte strings. The example on the next page shows how to calculate a
position and put in into the command.
.
Image number: 1
.
Distance from left edge: 2” = 600/300” (remainder = 88;
quotient =
2)
.
Distance from top edge: 3.3” = 990/300” (remainder = 222;
quotient =
3).
The complete command looks like this:
LPRINT CHR$(27);";";CHR$(2);CHR$(l);
CHR$(88);CHR$(2);CHR$(222);CHR$(3)
The point specified by this command is the upper left corner of the
area allocated for the figure.
Software Control of Printer Features
6-13