ClearCurrentListItem: remove the entry being processed at current loop iteration

Tag: ClearCurrentListItem

The ClearCurrentListItem removes the action currently used in the loop from the list.

Tag Attributes

No attribute is required.





XML
<If target="Tree" test="focusRoot" mode="equals" value="false">
    <ClearCurrentListItem/>
</If>

x

Might prove useful when two loops use the same list, and the first one needs to eliminate some entries.