dear,

**** ashamed to ask this

i have a problem to with arrays in java.
it's an array of strings and i want to add another string to the end.
(it's in a try-catch statement, don't know if that changes enything)

MyArray[nexti] = MyString; doens't seem to work...
i tried using a list: MyList.add(MyString); not working...

big thanks wieweet