EvilSOB's way will work, but if you want to use vec_set, you'll need to put
Code:
vec_set(array1[0],array2[0]);
vec_set(array1[3],array2[3]);
vec_set(array1[6],array2[6]);
as you're only setting a 'vector' it will only store/copy the 1st 3 vars