You Can't Assign one Array to Another Array Error
You tried to assign one array to another array. To create an array that has the same elements of another array, you need to assign each value of one array to the same index value of the other array.
You Can't Assign one Array to Another Array Error
You tried to assign one array to another array. To create an array that has the same elements of another array, you need to assign each value of one array to the same index value of the other array.