The self-closing tag SetEnv allows you to set a variable in the registry value.
<SetEnv name="SetByAutomation" value="MUGRE"/>
XML
Tag Attributes
Attributes
Attribute Values
Value Description
Comment
Name
N/A
Registry entry name
N/A
Value
N/A
Value to set for the entry (in registry data)
N/A
Non-notes products: Sets a variable in registry value identified by "Name" in HKEY_CURRENT_USER\SOFTWARE\Ytria\Settings\AutomationVariables
NOTE
SetEnv variables are common to all applications in the Notes/non Notes realms (Notes apps write to Notes.ini, non-Notes app write to registry).
Tag: GetEnv
<GetEnv NaMe="SetByAutomation" Var="MyRegVar"/>
XML
Tag Attributes
Attributes
Attribute Values
Value Description
Comment
Name
N/A
Notes.ini entry name
N/A
Var
N/A
Name of the variable to assign the registry value to
N/A
Non-notes products: reads a variable from the registry entry identified by Name, then assigns its value to a script variable as if it had been defined by SetVar