Hi, I have a picture window with 2 dots on it. I need too know the angle of the 2nd dot, in relation to the 1st dot, in degrees... here are the X Y Properties:

1st dot: X=100 Y=300
2nd dot: X=250 Y=12

What i'm really hoping is for is some kind of snippet, that I could pass any 2 sets of X Y co-ordinates too, and return back an Angle between 0 and 360 degrees. Thanks in advance..