Hi
How can I add two array's numeric values?
For example Position property.
Array1([100,100], [200, 200], [300, 300]);
Array2([15,5], [25, 30], [40, 40]);
so that I could end up with something like Array3([115,5], [225,230], [340,340]);
I don't know much anything. Started this morning.