10-20-2023 04:15 AM
Solved! Go to Solution.
10-20-2023 04:26 AM
Not a bug. It is the uninitialized shift register of the middle for loop. It keeps the values of the last run, letting the string array grow.
Initialize the shift register with an empty array.
10-20-2023 04:39 AM
Nice catch! I had completely overlooked that 🙈
Thank you
Best regards
Thomas