Go to documentation repository
Page History
...
varName – required argument. Sets the name of variable in the file.
varValue – required argument. Sets the value of variable or value which should be added to the existing value of variable:
- The varValue value will be assigned to the variable if there is a file with the varName name and string value in the file.
- If there is no variable with the varName name in the file then such variable will be created and the varValue value will be assigned to it.
- If there is a variable with the varName name in the file and it has integer value or its value is indicated to the integer type, then value will be indicated and the varValue value will be added to it.
- path – required argument. Sets the full path to the ini-file in which variable it is to be stored. Storage of variables can be placed on the network resource. Enter the network path in the for it.
Example. There is no the "MyVar" variable in the "C:\\test.ini". Write such variable with the -1 value to the file, then add 1 to it and display the result value on the script debug window.
...
Overview
Content Tools