The Museum of HP Calculators

HP Forum Archive 01

[ Return to Index | Top of Index ]

HP-41 programing problem
Message #1 Posted by Dmitry Osipov on 10 June 1999, 5:47 a.m.

Dear colleagues,

I have a problem with my 41CV when trying to resieve

(Rnn) (Rmm)

on display as string. When I entered manualy in non-PRGM mode:

FIX 0 1 STO 01 2 STO 02 CLA ARCL 01 '*' ARCL 02

I recieve correct 1*2 string in ALPHA register. But when I write code begin 'CLA' operator as program (with LBL etc of cose), any symbols entered as string (i.e. '*' above) delete previous ALPHA content, so I recieve only '*2' in example above. If I continue this chain to more registers, only last 'string' concatenated with last register will be shown.

I checked it out on ttcalc emulator with same result. Where is my mistake?

WBR, /DiOs

      
Re: HP-41 programing problem
Message #2 Posted by Ulf Hallmann on 10 June 1999, 7:42 a.m.,
in response to message #1 by Dmitry Osipov

When programming the referred sequence, you need to add the 'Append' symbol (shift XEQ in Alpha mode; see back side of calculator) in front of the "*". ARCLs get appended automatically.

Hope this helps....

            
Re: HP-41 programing problem
Message #3 Posted by Dmitry Osipov on 10 June 1999, 8:52 a.m.,
in response to message #2 by Ulf Hallmann

Yep, it works!

Many thanks, Ulf!

/DiOs


[ Return to Index | Top of Index ]

Go back to the main exhibit hall