Post Reply 
Displaying Fewer Digits in CAS and HOME
02-24-2017, 04:10 PM (This post was last modified: 02-24-2017 04:12 PM by Han.)
Post: #6
RE: Displaying Fewer Digits in CAS and HOME
(02-24-2017 04:05 PM)toml_12953 Wrote:  
(02-24-2017 02:27 PM)DrD Wrote:  Use the HDigits home variable:

HFormat:=1;
HDigits:=4;


F:=HFormat; // save the current display mode
HFormat:=1; // set the mode to a new value
H:=HDigits;
HDigits:=4;
HFormat:=F; //restore the original mode when the program ends
Thanks but no matter what I set HDigits to I get the number of decimal places I saved in the Settings screen.
Changing HDigits doesn't change the decimal places for me.

Tom L

I see the change immediately when I type (in either Home or CAS)

HFormat:=1; // display automatically shows fixed format (any pre-existing numbers on the screen changes);
HDigits:=4; // only four digits displayed after fraction mark

Did you make sure that you changed HFormat to 1 (Fixed mode)? Leaving it as 0 won't do anything. HDigits only applies when HFormat specifies a mode that uses fixed digits.

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


Messages In This Thread



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