INI write value

<< Click to Display Table of Contents >>

Navigation:  Actions > INI files >

INI write value

Saves the value of a single parameter in a specified INI file.

 

INIWrite1

 

General

 

INI file name

The full path to the file or file name in the current folder (please see Set Current Folder action).

 

INI section

The name of a section. If absolute path is given in file name and file exists, can be selected existing name from dropdown list.

 

Value name

Parameter name. If absolute path is given in file name and file exists, can be selected existing name from dropdown list.

 

Write value

Enter the value to write.

 

INIWrite2

 

Advanced

 

Use the specified line separator

The separator string to use when saving multi-line values is {eol} by default.

 

The INI file name, INI section, Value name fields can contain both absolute values and variables that will be replaced by its value when the action is performed.

 

The {V} button.

Allows you to select a system or user variable to insert into the current field.

 

 

note Related Topics

INI read value

INI delete value

INI delete section

INI loop