Get Array Value can delete array values
-
Hyperpad version 1.2700.2
iOS 14.3Using Get Array Value on an array where the index is the result of a behaviour at an index that doesn’t exist in the array will delete the value in the array at the index Get Array Value got one step previously.
In other words, if you have an array with say 8 values in it, and you are cycling forward through them starting at 0 counting up, all is fine until you reach index 8 (which tries to get the 9th value). The result is <null> as expected, but then if you try to go back a step, the result is <null> again. The 8th value got deleted for no reason.
Here’s an example project: https://bit.ly/2N6vTcD