HP Forums

Full Version: (42S) Pixoff
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was reading some Q&A about the DM42 on SwissMicro forums, and found this thread about the PIXEL function, and particularly the code of the PIXOFF subroutine.

https://forum.swissmicros.com/viewtopic.php?f=17&t=1920

One can regret the lack of a native PIXOFF function on the 42, but having a way to implement it with AGRAPH is a good alternative.

Code:

LBL "PIXOFF"
"×"
SF 34
AGRAPH
CF 34
RTN
END
Thanks to whuyse of the SM forum.
That’s a very useful innovation - and going into my library immediately. Thanks for the heads up!
Reference URL's