HP Forums
DelAVars deleting wrong variable - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: DelAVars deleting wrong variable (/thread-6727.html)



DelAVars deleting wrong variable - TravisE - 08-25-2016 04:32 PM

I did some searching but couldn't find any mention of this.
On version 7820; reproducible in a freshly reset PC simulator instance, all default settings, the following command sequence entered directly on the home screen:

Code:
AVars("RADMIN"):=13                                   13
AVars("RADMAX"):=39                                   39
AVars("REVMAX"):=1555                               1555
AVars("LINPOS"):=0                                     0
AVars("TAPENAME"):="TEST"                         "TEST"
DelAVars("TAPENAME")                                   1
AVars
              {"RADMIN", "RADMAX", "LINPOS", "TAPENAME"}

Can someone explain this?


RE: DelAVars deleting wrong variable - Tim Wessman - 08-25-2016 07:19 PM

Can you update and tell me if you still see it? 8151 has been out for over 1 year now.

If the automatic update isn't finding it, you can download the latest version from this FTP link, or if FTP is blocked for you, through this direct http link:

http://ftp.hp.com/pub/calculators/Prime/HP_Prime_Connectivity_Kit_20150617.exe


RE: DelAVars deleting wrong variable - TravisE - 08-25-2016 09:35 PM

Whoops. I specified the version that the simulator had, not realizing that I had an older OS version installed there.

However, I do have 8151 installed on my physical calculator, and I still experience this issue with it as well (this is, in fact, where I first encountered it).


RE: DelAVars deleting wrong variable - cyrille de brébisson - 08-26-2016 05:44 AM

Hello,

Thanks, we will add this one to the list.

Cyrille


RE: DelAVars deleting wrong variable - Tim Wessman - 09-06-2016 09:11 PM

This is corrected now. You also have the (dubious?) honor of finding the last issue that was resolved in the latest update.


RE: DelAVars deleting wrong variable - TravisE - 09-25-2016 07:14 PM

Haha, thanks, Tim. It seems good now.