Hi people,
This is my first post here. It really is a nice community, especially for people who are not "qualified" programmers with the "attitude". I am a programmer by hobby and did not like being in any community previously. There are some really nasty folk.
Great job guys! This place feels like home :)
Anyway, getting to the point,
I have two ArrayLists of Point objects (sorted by x) ... of the form
[{x,y}, {x,y}, {x,y}, ...]
1. How can i merge them both and also keep the sort (or 2 diff steps) the fastest
2. How can i export this array list as a string of coordinates or csv or any other format that i can mess around with in notepad or something.
The Debug.print is not working... so i gotta try something else.
Thanks in advance!