//MPMorph-rexx/NEWPOINTS


NEWPOINTS :


   NAME   
  NEWPOINTS -- Deletes all existing points.

   SYNOPSIS
  NEWPOINTS( FORCE/S )

   FUNCTION
  Deletes all existing points. Displays a requester if the current project
  is not saved.

   INPUTS
  FORCE - Prevents the unsaved project requester.

   RESULT
  Returns error 10 if the image windows are not open, or save requester
  cancelled.

   EXAMPLE
  'NEWPOINTS'

   NOTES

   BUGS

   SEE ALSO
  CLEAR(), OPENPOINTS().