Hi Don Ed Von Essen here again.
To answer your question, no, ->TAG should work the same on both. And it is described on page 21-33 of the 50G User Guide.
Now to eat a little crow. In the past, I had tried using :3: and when entered, this produces an INVALID SYNTAX error. However, one can type in :3:"FILENAME" and press enter. This results in 3: "FILENAME" on the command line and providing that there is an object on line 2 of the stack, that object can be STOred on the SD Card.
As an aside, I have been using my 50G for this because when I try to store anything out on the SD card in the 49G+, I am getting a DISK FULL error. Evidently too much stock data on it.
What I said about having to purge a file on the SD card before using that file name again still holds true. Just tried writing an object to the same file I used a little while ago and this resulted in a STO Error: Object In Use .
By the way, I just bought 48 AAA batteries at Costco for about 12.50 plus tax today. They are Costco's own brand, Kirkland, which have worked OK in other applications in the past.
HP should furnish a Pocket Guide with the 50G. The one that came with the 49G is very helpful.
And I haven't had to use the ->TAG function on any of this, this afternoon. Although I haven't tried any of this in a program, only from the command line.
There's too much to learn and not enough
time or head memory to do it.
Regards Ed
Don Hart <ddhart1@...> wrote:
Are you saying the 50g's ->TAG changes the
"RESEARCH/xxx. TXT" to 'RESEARCH/xxx. TXT' whereas the
49g's ->TAG function does not? Because if it doesn't,
STO will return an error if you feed it 3:
"RESEARCH/xxx. TXT".
--- Nancy Von Essen <ceeshellmom@ sbcglobal. net> wrote:
> The ->TAG function.
>
> Don Hart <ddhart1@yahoo. com> wrote: So the
> users of a 50g shouldn't expect Tim's code to
> store the results. I wonder how he got the output.
>
> --- Nancy Von Essen <ceeshellmom@ sbcglobal. net>
> wrote:
>
> > Don you gotta use the single quotes [ Row 4, Col
> > 3 ] for the STO name [ 'name' ] else you get an
> > error. Ed VE
> >
> > Don Hart <ddhart1@yahoo. com> wrote: The 50g
> > allows you to store under a "string" name? My
> > 49g gives STO error: bad argument type. I thought
> > you
> > have to use a 'variable' name.
> >
> > And how do you convert a "string" into a
> 'variable'?
> >
> > --- Tim Wessman <timwessman@yahoo. com> wrote:
> >
> > > program that would allow data entry with a
> > > timestamp attached to each
> > > > data point? This would be really handy for my
> > > work. If I could make
> > > > use of the internal clock in this way, that
> > would
> > > definitely tip the
> > > > balance toward this calculator over the TI-89.
> > >
> > > Here is a program that will prompt for your
> note,
> > > and then store the
> > > data into a dated file on the SD card in a
> folder
> > > called RESEARCH.
> > > Each day will be in a new file, and each line
> will
> > > have a complete
> > > timestamp. Here is an example of the exact text
> > you
> > > find on the SD
> > > card in a file named "4.092008.TXT" (the funny
> > > stuff at the beginning
> > > can easily be erased in a text editor - it helps
> > the
> > > calculator
> > > identify it as a plain text file).
> > >
> > >
> > >
> > > HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08
> 10:09:14A
> > > TESTING -- WED 04/09/08 10:10:08A
> > > RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08
> > 10:10:38A
> > >
> > >
> > > Begin program:
> > >
> > > << "Enter Profound Notes" { \Ga } INPUT " -- " +
> > > DATE TIME TSTR
> > > + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3" ->TAG
> > DUP
> > > IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP
> PURGE
> > > STO END >>
> > >
> > > The \Ga means greek alpha character. This locks
> > > alpha mode on during
> > > entry. The storage will automatically create a
> new
> > > file for the data
> > > on the next day as needed, and all notes on the
> > sane
> > > day are appended
> > > into the file. This program could be easily
> edited
> > > and improved
> > > depending on your needs.
> > > ...
> >
> > ____________ _________ _________ _________ _________ __
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > http://mail. yahoo.com
> >
> >
> >
> >
>
> ____________ _________ _________ _________ _________ __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail. yahoo.com
>
>
>
>
____________ _________ _________ _________ _________ __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail. yahoo.com
