Loop Read

Retrieves the lines in a text file, one at a time.

Loop Read (F9)

Parameters

Input File
The name of the text file whose contents will be read by the loop.

Remarks

The built-in variable A_LoopReadLine exists within any file-reading loop. It contains the contents of the current line excluding the carriage return and linefeed (rn) that marks the end of the line. If an inner file-reading loop is enclosed by an outer file-reading loop, the innermost loop's file-line will take precedence.

A Loop command in Playback may perform different then an exported script duo to the method used internally by Macro Creator.

In Playback all iterations will be performed prior to any commands in the Loop section.

Loop Read File

Download Example

Examples of Loop commands