0
votes
votes
1 answers
Dealing with text files in C#
Hello, Am writing a programme that is getting the contents of a text file one by one by use of a for loop. as can be seen below. [code] for (int i = 0; i < FileName.Length; i++) { ...
blah blah blah is here! blah blah » Close
Hello, Am writing a programme that is getting the contents of a text file one by one by use of a for loop. as can be seen below. [code] for (int i = 0; i < FileName.Length; i++) { ...