Post Reply 
List editor --- strange behaviour
11-22-2023, 07:48 PM
Post: #5
RE: List editor --- strange behaviour
(11-22-2023 11:41 AM)DG7RBN Wrote:  the wrong deletion also happens with the "Delete" function in the list editor. Maybe same root cause.

I suspect that variable deletion behaves incorrectly when there are multiple references to the same object in memory. In such cases, it always deletes the last assigned reference.
For example:
Code:
a1:=1
a2:=a1
a3:=a2
a4:=a1
Now, delete any of the variables a1..a3, which will result in the deletion of a4. Then delete another (but not the last one), and another... it will always delete the last variable, not the one you specified.

(11-22-2023 11:41 AM)DG7RBN Wrote:  Did you report it to Jeff's bug tracker ?
Of course, in Jeff's bug tracker.

Piotr
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
List editor --- strange behaviour - DG7RBN - 11-21-2023, 05:56 PM
RE: List editor --- strange behaviour - komame - 11-22-2023 07:48 PM



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