Post Reply 
List editor --- strange behaviour
01-07-2024, 11:31 PM
Post: #6
RE: List editor --- strange behaviour
(11-22-2023 07:48 PM)komame Wrote:  
(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.

You're very much on the right track! One interaction to try would be the following:
Code:
DelHVars({"a1","a2"})
a1:=1; a2:=1; a1:=a2
& then delete a1.

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

Thanks! The bug has been fixed. Big Grin
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 - jte - 01-07-2024 11:31 PM



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