OPEN : NAME OPEN -- Opens an existing project. SYNOPSIS OPEN( FILENAME/K,FORCE/S ) FUNCTION Clears the existing project and then loads a new one from the supplied project file. Displays a requester if the current project is not saved. INPUTS FILENAME - Name of file. If not supplied then requester is displayed. FORCE - Prevents the unsaved project requester. RESULT Returns error 10 if the image windows are open or the file can not be loaded. EXAMPLE 'OPEN FILENAME=ram:temp.p FORCE' NOTES BUGS SEE ALSO CLEAR(), OPENPOINTS().