脚本:数据改变 password.Comment
IF StringLen(password.Comment)==0 THEN
password="";
ENDIF;
IF StringLen(password.Comment)<StringLen(password) THEN
password=StringLeft(password,StringLen(password.Comment));
ELSE
password=password+StringRight(password.Comment,1);
ENDIF;
IF StringLen(password)==0 THEN
password.Comment="";
ELSE password.Comment=StringRight("*******************************",StringLen(password));
ENDIF;