/* Dynamic Password Editor - DMS - aug 00 - by Sylvain HUET */ typeof ed = Editor;; fun save (filename, n)= ("action"::"askpassword"::nil)::nil;; fun IniEditor(s)= set ed = startEditor _channel nil 0 0 315 0 WN_MENU EDITOR_NORMAL s nil nil nil nil @save nil; openDMI ed; 0;;