26
Chapter 3:
Using Easy Print Mode
O’Neil Programming Language Reference Manual
Print Command: Customizing Graphic Names
Graphic Names
{Print, Global Options:@row,column:NAME,Field Options|data|}
Graphic Field Options
{Print, Global Options:@row,column:Name,FIELD OPTIONS|data|}
Use the following options to heighten or widen graphics:
Print Command: Customizing Line Names
Line Names
{Print, Global Options:@row,column:NAME,Field Options|data|}
Function
Prints a stored graphic.
Example 1
{PRINT:@10,30:ALOGO|}
Prints the logo stored under the five-character name (
ALOGO
), or a
single character name. (See Chapter 3 on how to use the Graphics
button in the microFlash configuration program to automatically
store a graphic.)
Example 2
{PRINT:@10,30:ALOGO,HMULT2, VMULT2|}
Doubles the size of the logo.
Field
Option
Abbreviation Description
HMULTn
HMn
Multiplies the width of the graphic by
n
.
VMULTn
VMn
Multiplies the height of the graphic by
n
.
Format 1
Hline, length
nnn
, thick
n
Format 2
Vline, length
nnn
, thick
n
Function
Horizontal and vertical lines can be drawn around text or graphics.
Example 1
{PRINT: @60,30:HLINE, length 200, thick 2|}
Prints a horizontal line 200 dotlines long and 2 dotlines thick.
Example 2
{PRINT:@60,30:VLINE, length 50, thick2|}
Prints a vertical line 50 dotlines long and 2 dotlines thick. There is
only one vertical bar (|) because there is no data to enclose.
Abbreviation
Name
Description
T
HLINE
Horizontal line.
V
VLINE
Vertical line.
L
Length
nnn
Sets line length.
T
Thick
nnn
Sets line thickness.
Summary of Contents for microFlash2
Page 3: ......