Array and Arraylist

junglejet

Active Member
Licensed User
Longtime User
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:
 

junglejet

Active Member
Licensed User
Longtime User
I have now split the string into an array and then added the items to the arraylist one by one.

Thanks
Andy
 
Top