Loop

23.08.2021

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.

Share article or send as email:

You might be interested in these articles