Versions Compared

Key

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

...

For general information on iterators, see the Iterators overview topic.

Details

Image Added Image Removed

List of Items

This is the list of items to iterate through.

...

FinalBuilder Variables (ie %ListContents%) can be used as part (or all) of the list.

Options

Variable

The name of the FinalBuilder Project/User Variable to set for each value.

Skip Blank Entries

If this option is checked, empty lines will be skipped.

List Separator

List separator

Newline

Tab

Custom separator

Scripting Info

You can set the list of items in script from the "OnFirstRun" event.  Example script text:

...

Action.ListOfItems.Add("Item 2")

List Separator

Image Removed Image Added

By default, each item in the list appears on a new line.

Optionally, you can change this so that items in the list are delimited by tabs, or by a custom separator character or string (ie comma-delimited.)

Note that if If you use a list separator other than newline, scripting of the ListOfItems property will not work as expected.