Wie kann man für jede Spalte in einer ListView eine Text-Datei anlegen mit dem Spalteninhalt. Oder ist das nicht möglich?
Also ich meine:
Spalte1.txt-Inhalt
1
2
3
4
5
Spalte2.txt-Inhalt
1.1
2.1
3.1
4.1
5.1
Spalte3.txt-Inhalt
1.2
2.2
3.2
4.2
5.2
Ergebnis:
Spalte1|Spalte2|Spalte3
1|1.1|1.2
2|2.1|2.2
3|3.1|3.2
4|4.1|4.2
5|5.1|5.2
Also ich meine:
Spalte1.txt-Inhalt
1
2
3
4
5
Spalte2.txt-Inhalt
1.1
2.1
3.1
4.1
5.1
Spalte3.txt-Inhalt
1.2
2.2
3.2
4.2
5.2
Ergebnis:
Spalte1|Spalte2|Spalte3
1|1.1|1.2
2|2.1|2.2
3|3.1|3.2
4|4.1|4.2
5|5.1|5.2