HP-15c data storage
#1

Hi, i'm new to the 15C. I read the manual i receive with my new 15cLE about data storage. I am able to change the memory allocation and add, say 25 extra data storage, but when using STO 0 to 9 or .0 to .9 you can only access 20 data; how can i access the other data i allocate in memory?

I tried, like on my 41CV, STO-22, but the 15c only accept one digit for data storage; what am i missing?

#2

Indirect addressing. Store the number of the register you want to access in I (which is on the TAN key), e.g. "30 STO I". Then if you do "STO (i)" or "RCL (i)" (which is on the COS key), you'll access the register according to the number stored in I. There are also some branching and formatting tricks you can do with I.

The other option would be to dimension a matrix and have a two-dimensional array that you index with R0 and R1.

#3

Use indirect addressing through the I register. For example if you have 30 registers allocated you can store 25 in I (25 STO I) and access the 25th register (26th actually since it starts at 0) via STO (i) or RCL (i).

Cheers,

-Marwan

EDIT: Dave beat me to it <g>.


Edited: 29 Sept 2011, 1:41 p.m.

#4

You can access storage registers 20 through 65 indirectly by placing the register number in the I register and using the command STO (i) or RCL (i). For example, to access register number 30, store 30 in register I.

Edited: 29 Sept 2011, 1:42 p.m.

#5

There's an echo in here! :-)

#6

This happens to me a lot. All three responses were recorded between 1:38 and 1:41 PM. So the respondents, like me, apparently type so slow that by the time my message is posted, others may have beat me to it.

#7

Actually it was not slow typing as much as having forgotten how to change the memory allocation. I'm actually a 41/42 user more than a 15C user. Love my 15C though!

I was in the middle of my response and then thought to myself: Better make sure this works the way I think it does and I had to go to the manual to look up the memory allocation function.

Cheers,

-Marwan



Possibly Related Threads…
Thread Author Replies Views Last Post
  Sheet data importer for HP Prime Marek Russ 4 1,812 11-15-2013, 04:55 AM
Last Post: debrouxl
  Entering,Saving,and Analysis /Fitting X Y Data on the Prime Harold A Climer 6 2,428 10-26-2013, 01:54 PM
Last Post: Tim Wessman
  HP PRIME: How to change the column headers and reset data Joseph Ec 5 2,140 10-18-2013, 02:26 PM
Last Post: Joseph Ec
  HP Prime data sharing Alberto Candel 5 1,756 10-06-2013, 07:49 PM
Last Post: Alberto Candel
  [HP-Prime CAS] list[x,y,z], vector[x, y, z ] ... data type operation? CompSystems 1 1,175 08-22-2013, 03:30 PM
Last Post: Joe Horn
  Advanced User's Manual and solution to the ambiguity of data types [HP-Prime xCAS] CompSystems 15 5,404 08-20-2013, 03:37 PM
Last Post: Thomas Klemm
  How do you print a 'data' file on the HP 71B to the HP 2225B thinkjet? Geoff Quickfall 3 1,616 08-18-2013, 04:32 PM
Last Post: Geoff Quickfall
  [HP-prime] Parallel Processing, vectors, matrices as a only data type =( CompSystems 1 1,168 08-08-2013, 04:48 PM
Last Post: peacecalc
  Printing HP 9825 data Norman Pillsbury 3 1,510 06-01-2013, 10:08 PM
Last Post: David Ramsey
  WP-34s data exchange with PC over IR Marcel Samek 3 1,468 02-26-2013, 11:53 PM
Last Post: Marcel Samek

Forum Jump: