LabViewStarter,
Wire the "header" input of "Write to File" to "True". When writing an array to file with header, the length of the array is stored on the file so you can retrieve the whole array on read. Otherwise, the elements are strored individually, without array lenght information.