I'm passing in an array and I need to write them to a text file. I'm getting
the data in fine but instead of writing it all to one file it generates a
seperate file for each item. How can I put each item onto the same file.
comes in like
BMW Lexus Chevy Saab
and its generating a file for
BMW Lexux Chevy Sabb
I need all of these on the same file
the data in fine but instead of writing it all to one file it generates a
seperate file for each item. How can I put each item onto the same file.
comes in like
BMW Lexus Chevy Saab
and its generating a file for
BMW Lexux Chevy Sabb
I need all of these on the same file
Comment