Post Reply 
5 minus minus 6 on in HOME and CAS
07-14-2017, 11:34 PM
Post: #10
RE: 5 minus minus 6 on in HOME and CAS
(07-14-2017 07:33 PM)toml_12953 Wrote:  
(07-14-2017 06:50 PM)DrD Wrote:  or if you want to stick with variable a:

[CAS]
a:=8;
a--; // displays decrrement(a) and a==7
a++; // displays increment(a) and a==8

Just so. I wish it worked in Home mode and HPPL programs!
Thanks.

It DOES work in HP PPL programs, between #cas and #end. It even works with non-CAS variables (e.g. A-- and A++).

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 5 minus minus 6 on in HOME and CAS - Joe Horn - 07-14-2017 11:34 PM



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