I set up 2 arrays with a dim of 50. I load data into the first array and then load data into the second array. My program crashes. I have determined that I can load the first array and the first entry of the second array without the crash. As soon as I try to load a second entry in the second array, the program crashes with no explanation. Any suggestions?