Post Reply 
difference between command1 and command1_p
04-12-2018, 08:05 PM (This post was last modified: 04-12-2018 08:06 PM by DrD.)
Post: #2
RE: difference between command1 and command1_p
The user guide offers this (Program Commands Page 637):

Drawing

There are 10 built-in graphics variables in the HP Prime, called G0–G9. G0 is always the current screen graphic.
G1 to G9 can be used to store temporary graphic objects (called GROBs for short) when programming applications that use graphics. They are temporary and thus cleared when the calculator turns off.
Twenty-six functions can be used to modify graphics variables. Thirteen of them work with Cartesian coordinates using the Cartesian plane defined in the current app by the variables Xmin, Xmax, Ymin, and Ymax.
The remaining thirteen work with pixel coordinates where the pixel 0,0 is the top left pixel of the GROB, and 320, 240 is the bottom right. Functions in this second set have a _P suffix to the function name.

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: difference between command1 and command1_p - DrD - 04-12-2018 08:05 PM



User(s) browsing this thread: 1 Guest(s)