Versions Compared

Key

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

...

You can read the text file into a FinalBuilder variable, and also process each line in the OnReadLine event.

Filename

Specify the name of the text file to read.

...

When the action executes, the "OnReadLine" event is called for each line of the text file which makes it easy to process the file line-by-line in script.

...