1 2 3 4 5 6 7 8
DataTable dt = new DataTable(); for (int i = 0; i < source.Length; i++) { oTextFile.WriteLine(((string)dt.Rows[i][1])); }