Duplicated Arrays Are A "weak" Reference?
-
I created an empty Array. I named it 'X-"
I duplicated it.
I renamed the duplicate to "Y-"
I returned to the "X-" array and entered four values.
Then I went to the "Y-" array to enter appropriate numbers... only to find it's already got the numbers from "X-" in it.
I changed the content of "Y-", it didn't change the content of "X-"
-
@Deeeds I can't reproduce this, can you?
-
@Jack8680 I did. That's why I'm posting it. With the steps.
-
@Deeeds Nothing strange happening for me. Were the arrays in different objects? Did you enter the values before duplicating by any chance? If not, then is your hyperPad somehow different??
-
@Aidan-Oxley I repeated the process. You can see that I said this above.
It shocked me. Amazed me... because I'm all for having references...
Alas, it was only a bug.