//MPMorph-rexx/CLEAR


CLEAR :


   NAME   
  CLEAR -- Clears the current project creating a new unnamed project.

   SYNOPSIS
  CLEAR( FORCE/S )

   FUNCTION
  Clears the current project creating a new unnamed project.  Displays
  a requester if the current project is not saved.

   INPUTS
  FORCE - Prevents the unsaved project requester.

   RESULT
  Returns error 10 if the unsaved project requester is cancelled, or
  the image windows are open.

   EXAMPLE
  'CLEAR FORCE'

   NOTES

   BUGS

   SEE ALSO
  NEWPOINTS(), OPEN().