You are here: Start » Function Reference » All Functions » Loop Utils
Loop Utils
Select Filter Equivalent below.
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AccumulateElements | Creates an array from elements appearing in many iterations. |
FoundationLite | ||
| CountConditions | Counts in how many iterations the input condition was met. Typically used to check how many PASS or FAIL cases there were in a cycle. |
FoundationLite | ||
| CountValueInLoop | Counts value occurrences in all loop iterations. |
FoundationLite | ||
| GetPreviousObjects | Returns the current and the previous objects. |
FoundationLite | ||
| LastMarkedObject | Returns the last value passed with inCondition set to 'True'. |
FoundationLite | ||
| LastMultipleObjects | Returns an array of most recent objects. |
FoundationLite | ||
| LastNotNil | Returns the last value passed that existed. |
FoundationLite | ||
| LastTwoObjects | Returns the current and the previous object. |
FoundationLite | ||
| LoopMaximum | Returns the object for which the associated value was the highest among all iterations. |
FoundationLite | ||
| LoopMinimum | Returns the object for which the associated value was the lowest among all iterations. |
FoundationLite | ||
| TestFirstIteration | Checks if a loop is in the first iteration. |
FoundationLite | ||
| TestObjectChanged | Checks if the input object is different than in the previous iteration. |
FoundationLite |
