Post Reply 
Is it possible to change the number of places after dec.point IN A PROGRAM?
01-15-2014, 11:19 PM
Post: #1
Is it possible to change the number of places after dec.point IN A PROGRAM?
Nothing in HP's documentation except for a couple of examples in some built in Apps. These do not work in custom code.

It is easily accomplished in HP 50g.

Thanks in advance for any help.

Happy coding and may you see ' i No errors in the program ' with every compilation.
Find all posts by this user
Quote this message in a reply
01-15-2014, 11:49 PM (This post was last modified: 01-15-2014 11:49 PM by Mark Hardman.)
Post: #2
RE: Is it possible to change the number of places after dec.point IN A PROGRAM?
You can change the number of digits displayed by assigning a new value to the Home variable "HDigits". This works as long as you are not in Standard mode. You might also want to look at the "HFormat" Home variable.

Mark Hardman

Ceci n'est pas une signature.
Find all posts by this user
Quote this message in a reply
01-16-2014, 01:27 AM
Post: #3
RE: Is it possible to change the number of places after dec.point IN A PROGRAM?
Thanks Mark.

I was wrong. It is in the documentation.

It does what I need.

Happy coding and may you see ' i No errors in the program ' with every compilation.
Find all posts by this user
Quote this message in a reply
Post Reply 




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