//MPMorph-rexx/OPENPOINTS


OPENPOINTS :


   NAME   
  OPENPOINTS -- Deletes all existing points and loads from a file.

   SYNOPSIS
  OPENPOINTS( FILENAME/K,FORCE/S )

   FUNCTION
  Deletes all existing points and then loads new ones from the supplied
  project file. Displays a requester if the current project is not saved.

   INPUTS
  FILENAME - File to open. If not supplied then requester is displayed.
  FORCE    - Prevents the unsaved project requester.

   RESULT
  Returns error 10 if the image windows are not open or the file can not
  be loaded.

   EXAMPLE
  'OPENPOINTS FILENAME=ram:temp.p'

   NOTES

   BUGS

   SEE ALSO
  NEWPOINTS(), OPEN().