UNLINKPOINTS : NAME UNLINKPOINTS -- Unlinks two points. SYNOPSIS UNLINKPOINTS( X1/K/A/N,Y1/K/A/N,X2/K/A/N,Y2/K/A/N ) FUNCTION Unlinks two points. INPUTS X1 - The X coord of point 1 in image 1. Y1 - The Y coord of point 1 in image 1. X2 - The X coord of point 2 in image 1. Y2 - The Y coord of point 2 in image 1. RESULT Returns error where relevant. EXAMPLE UNLINKPOINTS X1 5 Y1 5 X2 10 Y2 10 NOTES The coords are of the points in image 1. BUGS SEE ALSO LINKPOINTS().