Clear List
Object for cleaning the repetition list.
Last updated
Object for cleaning the repetition list.
Last updated
Field | Descriptive |
Title | Object title |
Select List | Select the list that will have its contents deleted |
To clear the list you need to follow a few steps:
1 - Select the "Declare Variable" object from the "Command Blocks" menu and drag it to your working area.
First you must define a unique name for the object in the "Object Identifier Name" field, select the variable type, the initial value and select the "Declare as List" option.
2 - Select the "Filter List" object from the "Loops" menu and drag it to your working area.
Next you must define a unique name for the object in the "Object Identifier Name" field, select the main object defined as a variable of type list, and define the conditions to be applied when looping through the list.
3 - Then select the "Loop Through List" object from the "Loops" menu and drag it to your working area.
You must define a unique name for the object in the "Object Identifier Name" field, select the main object, select the reading condition defined in the "Filter List" object, enter the row counter and the initial counter value.
If the "Parallel List" option is selected...
If "Ignore First Line" is selected, the first item of the list will be disregarded.
4 - To finish, select the "Clear List" object from the "Loops" menu and drag it to your working area and select the list to be cleared.