Yes, but this is my case (e.g. 12C):
I have a program (A) in 00
I also have a program (B), say, in 46
(I read the post, and it was not clear even to me, so I clarify)
Each program, crunching numbers, is like:
00 (start of program A)
xx (do something)
....
44 R/S
45 GTO 00
for program A and
46 (start of program B)
xx (do something else)
....
xx R/S
xx GTO 46
for program B
So I use R/S to start the program after each input, being sure that the pointer will remain "in zone" after execution, whatever program I'm using.
But with program B, after auto shut off, the pointer resets to 00 (i.e. to program A).
This forces me to GTO 46 after each auto shut off.
Yes, editing is cumbersome and 99 steps are few, but even this facility is negated!
-- Antonio
Edited: 30 Nov 2007, 3:44 a.m.