Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, ich will aus einem String einzelne Buchstaben ausschneiden, kann ich da ähnlich einem Array zugreiden? Also:
string foo("Wortkette"); string letter3 = foo(2);
So dass dann "r" in letter 3 stehen würde?
string[index] oder string.SubString()