<div dir="auto">I was thinking the password inone of the few modal interactions. If so you need to handle the case where the password command is envoked but the user decided not to enter it. Could that be the reason?<div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><pre>...</pre><pre>IF pwd[0] = 0X THEN (* no pwd specified *)
 IF entered[0] = 0X THEN (* prompt first time *)
    InputStr("Enter password: ", FALSE, entered);
    IF entered[0] = 0X THEN RETURN END (* esc *)
 END;</pre><pre>...</pre><pre><br></pre></div></div>