if i have 2 arrays arrayone[7] and arraytwo[7]
can I copy them all together:

arraytwo = arrayone

or do i have to do each part seperatly?