Versions Compared

Key

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

...

  1. varName is a required argument. It specifies the name of the variable in the file.

  2. varValue is a required argument. It specifies the value of the variable or the value which must be added to the existing value of the variable:

    1. If a variable with the varName name and a string value is stored in the file, the varValue value will be assigned to the variable.
    2. If there is no variable with the varName name in the file, such a variable will be created and the varValue value will be assigned to it.
    3. If there is a variable with the varName name in the file and it has an integer value or its value can be brought to the integer type, the value will be be brought to the integer type and the varValue value will be added to it.
  3. path is a required argument. It specifies the full path to the ini file in which the variable must be stored. Storage of variables can be placed on the network resource. To do this, enter the network path in the argument.

...