blah blah blah is here! blah blah » Close

0
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++) { ...

Feedback