Can someone please tell me why I'm not able to store the data from an array in another array using a variable as a base for the indexes? The code is below.
Exemplifying:
Sequence1 will store the value of the startingSymbols variable in ascending order
Sequence2 should store the values that are in Sequence1 using the values of another variable (correct) as indexes.
Array Sequence1: 0132 (startingSymbols)
Variable "correct": 4231
Array Sequence2 should have the following values: 2130