Hi.
I saw the thread pointed by the link (just saw, could not understand neither translate) but there is a program listing like this one:
LBL B
ENTER
ENTER
*
MATRIX 1
uRCL C
*
X<->Y
RCL* C
+
RCL+ 9
RTN
In fact, the
uRCL C
is a recall with matrix C element pointer being moved forward to the next element after its execution (applies to STO as well). Simply activate the USER mode (make sure the USER indicator is lit) and press [RCL][C] while in program mode. You'll see
nnnu 45 13
in the LCD, where nnn is the step number. The upper
u actually replaces the regular - signal, which is the indication that after this operation, the matrix element pointer will move forward (to the next element). You can check it by inspecting R00 and R01 contents.
Anyway, this does not apply to the RCL or STO arithmetic, though. If you need to enter the
RCL* C
simply press [RCL][×] [C] (the [×] is the multiplication key) and you'll see
nnn-45,20,13
in the LCD.
Hope this is what you are searching for.
Cheers.
Luiz (Brazil)
Edited: 29 Dec 2012, 6:16 p.m.