Salesforce

LoopCounter (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

LoopCounter (Magic xpa 3.x)

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.

See also:

The Online and Rich Client Samples projects (program LG05 and RLG05)

Reference
Attachment 
Attachment