Sets the value of a variable defined in a called script.
Syntax
SetScriptVariable("ScriptName", "VariableName", NewValue)
Arguments
| Argument | Description |
|---|---|
| ScriptName | Name of the called script that contains the variable. |
| VariableName | Variable name in the called script. |
| NewValue | Variable value to set. |
Example
SetScriptVariable("WysiCorp Login", "LoginPswd", "qapswd")