FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

Loops

Statement

Available In

Used for

Do...While

View, Basic, Professional, Developer Suite

Executes a series of statements until a given condition is FALSE.

For Each Column...End

View, Basic, Professional, Developer Suite

Repeats a series of statements for all data series, i.e. columns, in a data matrix or all signals in a signal series with the option of concurrent execution.

For Each Row...End

View, Basic, Professional, Developer Suite

Repeats a series of statements for all rows of a data set.

For Each Value...End

View, Basic, Professional, Developer Suite

Repeats a series of statements, traversing all values of a data set.

For Each Element...End

View, Basic, Professional, Developer Suite

Repeats a series of statements for all items in a list with the option of concurrent execution.

For...End

View, Basic, Professional, Developer Suite

Repeats a series of statements several times until a loop counter reaches a certain value.

While...Do...End

View, Basic, Professional, Developer Suite

Executes a series of statements while a given condition is TRUE.