Post Reply 
HP 50g: PUT Bug?
03-09-2014, 06:35 PM
Post: #1
HP 50g: PUT Bug?
the following code is not changing the contect of a Variable as espected.

How to:
in ALG mode:

[0,0]STO XX

PUT(XX,1,5)

RCL XX shows still [0 0].

Is that a Bug ?
Can somenone reproduce it?
Find all posts by this user
Quote this message in a reply
03-10-2014, 03:51 AM
Post: #2
RE: HP 50g: PUT Bug?
(03-09-2014 06:35 PM)Alvaro Wrote:  How to:
in ALG mode:

...

Can somenone reproduce it?
I'm afraid nobody here, unless they switch their machines to ALG mode. I wouldn't do it.

Here is a hint for you - turn your HP50 into RPN mode like everyone else around here, than you will speak the same language.
Find all posts by this user
Quote this message in a reply
03-14-2014, 04:08 PM
Post: #3
RE: HP 50g: PUT Bug?
(03-09-2014 06:35 PM)Alvaro Wrote:  the following code is not changing the contect of a Variable as espected.

How to:
in ALG mode:

[0,0]STO XX

PUT(XX,1,5)

RCL XX shows still [0 0].

Is that a Bug ?
Can somenone reproduce it?

Hi,
It is not a bug.
After you do the PUT command the stack will show [5 0].
You have to store this new vector into the old one with STO XX.

Hope this helps.
Jim
Find all posts by this user
Quote this message in a reply
03-14-2014, 07:21 PM
Post: #4
RE: HP 50g: PUT Bug?
(03-14-2014 04:08 PM)JimS Wrote:  Hi,
It is not a bug.
After you do the PUT command the stack will show [5 0].
You have to store this new vector into the old one with STO XX.

Hope this helps.
Jim

Thank you Jim,

It was very important for me your advise. I already had stopped all programing tries because of that PUT.
Yes, the STO command must be issued too. There is the Algebraic Mode but it is still a "Stack" oriented Calc.

I had tried that STO too, I still had it stored as a Program for the testing. I can not believe that I did not see it.
Maybe I had switched to the stack mode before I used the program.
Thanks again.
Regards
Find all posts by this user
Quote this message in a reply
Post Reply 




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