Click here to Skip to main content
15,889,651 members

Comments by Member 12485384 (Top 3 by date)

Member 12485384 26-Apr-16 13:50pm View    
should i send you the official pdf.....with the questions
Member 12485384 26-Apr-16 11:23am View    
its not working in MVS 2012
Member 12485384 26-Apr-16 10:59am View    
using (StreamWriter outputFile = new StreamWriter(mydocpath + @"\WriteLines.txt")) {
foreach (string line in lines)
outputFile.WriteLine(line);

using is underline so the code will give errors.