I was wondering if anyone knows how to print out the contents of an array into a text file(i.e myfile.txt)
What i have is an array full of strings and my goal is to print each of them onto a seperate line in a text file.
I kno how to write single lines in a text file but not contents of an array.
Any help is greatly appreciated!!!