Post Reply 
[Newbie] output a variable on the screen
05-27-2020, 07:27 PM
Post: #6
RE: [Newbie] output a variable on the screen
(05-24-2020 11:40 AM)Franco_64 Wrote:  
(05-24-2020 06:31 AM)pinkman Wrote:  You need TEXTOUT_P.
Check this example here: https://www.hpmuseum.org/forum/thread-14999.html

And welcome here!

Many thanks!

In general, if there is a "graphical" command that involves drawing onto the screen, such a command comes in two flavors: COMMAND, and COMMAND_P where the "_P" suffix denotes pixel-level coordinates. Otherwise, you will have to rely on the current user's settings to determine where to draw (which can be a headache especially if their settings change a lot or do not match up with your expected values).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [Newbie] output a variable on the screen - Han - 05-27-2020 07:27 PM



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