I am reading the contents of 2 different text files in 2 different array variables. How do I combine the contents of the 2 array variables in one single array variable?

Or better still, how do I combine the contents of 2 text files & then load them in an array variable? Please note that I wouldn't prefer creating a third text file & populating the contents of the first 2 text files in the third text file.