<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2719.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2>    If you do something like 
this...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>on mouseup</FONT></DIV>
<DIV><FONT face=Arial size=2>ask password "Please enter your 
password"</FONT></DIV>
<DIV><FONT face=Arial size=2>put it into fld "Pass"</FONT></DIV>
<DIV><FONT face=Arial size=2>end mouseup</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>And lets say you put in "admin" in the Ask Dialog 
box; It will come out as "9/d&+" in the Field. Is there any way to reverse 
that process, and change "9/d&+" back into "admin"?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Another thing. I want to enter a password into 
a fld, in plain text; And then, convert it to password form. Then, put it 
back into that same fld, but Converted to Password form. The only way I could 
think of is doing it this way:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>on mouseup</FONT></DIV>
<DIV><FONT face=Arial size=2>ask password "Convert" with (the text of fld 
"Pass")</FONT></DIV>
<DIV><FONT face=Arial size=2>put it into fld "Pass"</FONT></DIV>
<DIV><FONT face=Arial size=2>end mouseup</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>It works. But I want to be able just to hit the 
button, and it will convert it, instead of having to click "OK" in the ask 
Dialog box. Any ideas?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks for listing to all of my stupid 
questions!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> - Josh Dye</FONT></DIV></BODY></HTML>