Now that I have worked with arrays so far
array1()=strsplit(...,..,..)
I wanted to add one additional item to array1.
I know I can do this with arraylist.add(..) but I don't know how to do that with the array.
If I use arraylist I cannot assign the result of the strsplit function like arraylist()=
Anybody any help?
:sign0085:
array1()=strsplit(...,..,..)
I wanted to add one additional item to array1.
I know I can do this with arraylist.add(..) but I don't know how to do that with the array.
If I use arraylist I cannot assign the result of the strsplit function like arraylist()=
Anybody any help?
:sign0085: