my apps contains passwd txt box which i will give input through script using object.text property..how to hide password from scripts for other users who runs the script routine
Use Keys method to enter text to such a control. In this case the characters will be automatically converted into asterisks (of course, if the control itself supports this)