I need to get a value from an array list. The objects in the list stores some values in variables (x- and y-coordinates).
I tried to use the get()-function but it only returns a string like this: linkTrackerTest$Object@20e76e47.
In addition I tried thinks like objects.get(0(x)) but nothing worked yet.
Could anybody help me with this?
Thank in advance :-)