HP Forums
(42S) Pixoff - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: General Software Library (/forum-13.html)
+--- Thread: (42S) Pixoff (/thread-11272.html)



(42S) Pixoff - pinkman - 08-25-2018 09:46 PM

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.


RE: (42S) Pixoff - tcab - 08-25-2018 11:14 PM

That’s a very useful innovation - and going into my library immediately. Thanks for the heads up!