Hi, i would like to know if someone can let me know how to read from a file of words such as an essay written in Word into a two dimensional array. I will then be passing that array through a sorting algorithm and then outputing the sorted array into a file. I have an idea of how to do it but im not sure how i will know the size of the array needed if i dont know how many words are in the file. Thanks for the help.