Decrypts text in a password field.
SetText (Decrypt (sText))
Variable | Description |
---|---|
sText | The password text to decrypt. STRING. |
Returns the decrypted value, which is passed as a parameter to SetText().
PasswordField.SetText(Decrypt("EncryptedValueForPassword"))
varMyVariable = Decrypt("EncryptedValue") SetText(varMyVariable)