Returns the current count of the Block While cycle.
Syntax:
LoopCounter()
Parameters:
None
Returns:
The cycle count of the current Block While operation.
Example:
LoopCounter() returns 7 for the seventh execution cycle of the Block While.
Note:
The LoopCounter function is evaluated each time the Block While completes the Block cycle. The function returns 0 when it is evaluated outside of the Block While.