Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all, I want to create a .txt file at runtime and fill it with the contents of a string array. Could anyone help me :-) Thanks John :)
Certainly: Google is your friend[^] Seeing as you've not specified a) what the string array contains or b) how you want this formatted in the text file - I can provide little help on the latter part.
Check out System.IO.File.WriteAllLines()
System.IO.File.WriteAllLines()