So if I have an array (Class 1, Class 2, Class 3) and I join the array then split it so the array is Array2("Class 1", "Class 2", "Class 3") Is there a way to rejoin the array without looping so that I can evaluate the following into another array

If({TRUE, TRUE, TRUE}, {"Class 1", "Class 2", "Class 3"})