Post Reply 
DelAVars deleting wrong variable
08-25-2016, 04:32 PM (This post was last modified: 08-25-2016 04:39 PM by TravisE.)
Post: #1
DelAVars deleting wrong variable
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?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
DelAVars deleting wrong variable - TravisE - 08-25-2016 04:32 PM



User(s) browsing this thread: 1 Guest(s)