Scripting Guide > JSL Building Blocks > Iterate Functions
发布日期: 09/18/2023

Iterate Functions

In JSL, the For(), While(), Summation(), and Product() functions repeat (or iterate) actions according to the conditions that you specify.

Note: A similar function called For Each Row() is for iterating actions over rows of a data table. See If Function for an example. Additional Ways to Access Data Values also describes iterating through table rows.

For Function

While Function

Summation Function

Product Function

Break and Continue Functions

需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).