DELETEPOINT : NAME DELETEPOINT -- Deletes a point. SYNOPSIS DELETEPOINT( X/K/A/N,Y/K/A/N ) FUNCTION Deletes a point. INPUTS X - The X coord in image 1. Y - The Y coord in image 1. RESULT Returns error where relevant. EXAMPLE DELETEPOINT X 5 Y 5 NOTES The coords are of the point in image 1. BUGS SEE ALSO ADDPOINT().