Rockdragon
Grünschnabel
wie kann ich, wenn ich eine stringcollection in einer hashtable, (wenn das überhaupt einen Unterschied macht) die stringcollection anzeigen lassen/in eine txtdatei schreiben?
dim hs as new hashtable
dim blah as new stringcollection
hs.add(alle blahs, blah )
blah.add("schwafel")
...
blah.add("schwätzen")
stimmt das überhaupt so?
un wenn wie kann ich jetzt die hashtable/stringcollection ausgeben?
RD
dim hs as new hashtable
dim blah as new stringcollection
hs.add(alle blahs, blah )
blah.add("schwafel")
...
blah.add("schwätzen")
stimmt das überhaupt so?
un wenn wie kann ich jetzt die hashtable/stringcollection ausgeben?
RD
