Versions Compared

Key

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

...

  1. varName – required argument.  Sets Sets name  of variable for saving in the file.

  2. varValue – required argument.   Sets value of t variable.

  3. path – required argument.    Sets Sets full path to the ini-file in which variable is to be stored. Storage of variables can be replaced on the network resource. Enter the network path in the argument for it.

Example. Write the MyVar variable to the \\fs\temp\test.ini file and specify the «Helloworld«Hello world!” value to it. Then read the written value and display it on the script debug window.

...