LB Label

LB

Label

Writes text (label) at the current pen position. The text consists of alphanumeric characters
specified in the character field.
Syntax
LB
,-
text
-\
7
terminator
character character
XLB
Item Description/Default
Character (text) Any valid character. See “LB” for additional characters available.
Character (delimiter) Anv valid character declared as a delimiter bv the DT command.
Range
Prerequisite Command: DT.
Related Commands: TEXT, TITLE.
Example
10 OUTPUT
718*"IP-"
20 OUTPUT
718;"BLiNK
TRA;ANNOT
OFF;"
30 OUTPUT
718;"DT@;"
40 OUTPUT
718;"PU;PA
75,175;LB
LABEL@;"
50 OUTPUT
718;"PU;PA
75,150;LB";
CHR$(36);"@;"
60 OUTPUT
718;"PU;PA
75,125;LB";CHR$(16);
"AN UNDERLINED
LABEL";CHR$(l5);"0;"
70 OUTPUT
718;"PU;PA
75,100;LB";CHR$(l4);
"A LABEL IN INVERSE
VIDEO";CHR$(l5);"@;"
80
END
Initializes spectrum
awlyzez
Clears trace and annotation from the
spectrum analyzer screen.
Establishes
@
as the termination of the
label text.
Displays “‘LABEL” on the spectrum an-
alyzer screen.
Displays the dollar sign
“$”
on the
spectrum analyzer screen.
l%e
semi-
colons before and
a$er
CHRS(36)
pre-
vent the computer from performing a
line feed.
Underlines the text.
Displays the text in inverse video.
Programming Commands 5-263