478
Programming
EXPORT BOX()
BEGIN
RECT();
RECT_P(40,90,0)
;
FREEZE;
END;
The program below also uses the
RECT_P
command. In
this case, the pair of arguments
0
and
3
correspond to
x2
and
y2
. The program produces the figure below to the
right.
EXPORT BOX()
BEGIN
RECT();INVERT(G
0);
RECT_P
(40,90,0,
3);
FREEZE;
END;
SUBGROB_P
SUBGROB
Syntax:
SUBGROB(
srcGRB
[
,x1, y1, x2, y2
],
trgtGRB
)
SUBGROB_P(
srcGRB
[
,x1, y1, x2, y2
],
trgtGRB
)
Sets
trgtGRB
to be a copy of the area of
srcGRB
between
points
x1,y1
and
x2,y2
.
srcGRB
can be any of the graphics variables and is
optional. The default is
G0
.
trgtGRB
can be any of the graphics variables except
G0
.
x2, y2
are optional and if not specified will be the bottom
right of
srcGRB
.
x1, y1
are optional and if not specified will be the top left
of
srcGRB
.
N O T E
SUBGROB(
G1, G4
) will copy G1 in G4.
TEXTOUT_P
TEXTOUT
Syntax:
TEXTOUT(
text
[ ,
G
]
, x, y
[
,font, c1, width, c2
])
Summary of Contents for NW280-200X
Page 1: ...HP Prime Graphing Calculator User Guide ...
Page 4: ......
Page 56: ...50 Reverse Polish Notation RPN ...
Page 64: ...58 Computer algebra system CAS ...
Page 107: ...An introduction to HP apps 101 ...
Page 108: ...102 An introduction to HP apps ...
Page 188: ...182 Spreadsheet these variables is provided in chapter 21 Variables beginning on page 373 ...
Page 220: ...214 Statistics 2Var app ...
Page 252: ...246 Linear Solver app ...
Page 258: ...252 Parametric app ...
Page 268: ...262 Sequence app ...
Page 404: ...398 Units and constants ...
Page 416: ...410 Lists ...
Page 442: ...436 Notes and Info ...
Page 532: ...526 Limiting functionality ...
Page 536: ...530 ...
Page 540: ...534 ...