I need to read two sets of data from two spread sheet files into my LABVIEW PROGRAM. I let the program prmopt for the path of the files.It seems that the program can not make out which file goes to where? It read from one file for one to one array, then When I input amnother FILE PATH, the data in the newly opened file goes into that array(updated with the newly opened file data). How can I let the program run as I expect,one file dat to one array, another file data to another array.