SaveOK
    ------------------
    New keyword
     
     
    Use: Used to tell WimpBasic that data has been saved
    to the file whose name is returned by Save. If this item
    is not used, WimpBasic will assume the save is OK
    unless SaveFailed is used.
     
    Syntax is: SaveOK
     
    See the file FrameWork2 for an example.