Post Reply 
HP35S flag 11 not working
01-22-2019, 06:01 AM
Post: #1
HP35S flag 11 not working
The SF 11 command that sets flag 11 on my 35s has for some reason stopped
working. It is used to prompt for variables in an equation when used with
SOLVE. I am using it in conjunction with the F= key. Here is a simple example

LABEL H
SF 11
A = PI * R^2
RTN

After F= H and then SOLVE R, I should get a prompt for A but the SF 11
instruction is ignored and the program goes directly to the equation.
The thing is that the function worked properly the first few times I tested it,
prompting for the variable A, but then it mysteriously stopped working. Does
anyone have any ideas what is happening? The program works fine in the
35s emulator.
Find all posts by this user
Quote this message in a reply
01-22-2019, 08:56 AM
Post: #2
RE: HP35S flag 11 not working
(01-22-2019 06:01 AM)John Colvin Wrote:  After F= H and then SOLVE R, I should get a prompt for A but the SF 11
instruction is ignored and the program goes directly to the equation.

What does this mean, it "goes directly to the equation"?
Do you see "A=πxR^2" instead of a prompt? Then clear flag 10: CF 10.

Just a guess. ;-)

Dieter
Find all posts by this user
Quote this message in a reply
01-22-2019, 06:26 PM
Post: #3
RE: HP35S flag 11 not working
Thanks Dieter, that was the problem. Apparently SF 10 does not automatically
clear when used in a program upon return like SF 11 does. I need to be sure to
add CF 10 in my programs that use SF 10.
Find all posts by this user
Quote this message in a reply
Post Reply 




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