Turn an array or arraylist into a text file?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How do i turn an array or an arraylist into a text file?
-
How do i turn an array or an arraylist into a text file?
Iterate the collection and write each element to a StreamWriter.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions