Zum Inhalt
Zur erweiterten Suche
Code: Alles auswählen
a.s = "Test" b.s = "Hallo" Debug a Debug b tempa.s = a tempb.s = b a = tempb b = tempa Debug a Debug b