Hi ich habe ein String Array:
public static String[] options = {"a1", "a2", ....., "a70"}
jetzt möchte ich einen Wert hinzufügen - Aber wie?
ich habs so versucht:
options[options.length+1] = "M61_III_Std";
Aber da wirft es mir ein ExceptionOutofBounds raus.
Kann mir bitte schnell jemand helfen?
mfg
Maddin
public static String[] options = {"a1", "a2", ....., "a70"}
jetzt möchte ich einen Wert hinzufügen - Aber wie?
ich habs so versucht:
options[options.length+1] = "M61_III_Std";
Aber da wirft es mir ein ExceptionOutofBounds raus.
Kann mir bitte schnell jemand helfen?
mfg
Maddin