Foreach [ Text line ]
New in 2021!   Eonza automation software - free, open source cross-platform automation software for easy creation and management of scripts.

Foreach [ Text line ]

Enumerates all lines in a text file or a text variable. The command can contain other commands that will be executed for the each line.

Description
Optionally, you may add comments here describing the purpose of this element.
Variable name
The name of the variable whose value will be equal the current text line. You can use this variable in inner commands.
val1 
Filename
You can specify the text file for processing.
Text
Specify the multi-line text for enumerating. If you specified the filename than these lines are enumerated after lines of the file. If you want to enumerate all lines of the variable value, specify just the name of the multi-lines variable here.