Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Itv_var method sets and returns the values of global variables.

...

Code Block
languagejavascript
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.

...