Go to documentation repository
The Itv_var method sets and returns the values of global variables.
...
| Code Block | ||
|---|---|---|
| ||
function Itv_var (globalvar : String) : String |
Method arguments:
globalvar Globalvar – Required argument. The name of the global variable. It takes the following values: Type – String, satisfying the rules for the names of the string parameters in the Windows registry.
...