To-be-saved changes are not saved - and another bad bug
    Dominique 
    mcdomi at free.fr
       
    Tue Dec  3 10:12:01 EST 2002
    
    
  
> I hope this will be fixed in the next release.
Weird!
In fact, there is a handler which deals with the stackname (doSaveAs):
(MC MenuBar)
=====
function MCfixpath shortname
  local sname
  put tolower(shortname) & ".mc" into sname
  repeat with c = 1 to the length of sname
    if char c of sname is in " :?*<>/\()[]{}|'`" & quote & tab
    then put "_" into char c of sname
  end repeat
  return sname
end MCfixpath
====
No accented char in the " :?*<>/\()[]{}|'`" string! 
-- 
Regards,
(-8 Dominique
    
    
More information about the metacard
mailing list