You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The IniFile Iterator action enables you to repeat a set of steps for each section or each value in a section of an INI file.

The action can work in two modes: Section Iterator, or Section Values Iterator. In Section Iterator mode, the child actions will be called for each section that exists in the specified INI file. In the Section Values mode, the child actions will be called for each Name=Value within the specified section of the INI file.

Ini File - Specify the INI file to read

Iterate Sections - Iterates for each section found in the INI file.

Iterate Section Values - You need to specify which section in the INI file, and then the action will iterate for each Name=Value pair found in the specified section

See also INI file format information

  • No labels