Feedback

  • Contents
 

InsertAt

This List tool step inserts a specified value at a specified position in a list variable. If there is currently a value at that position, that value is moved down one position. For example, if you insert a value at position four, and there is already an older value at position four, the older value moves to position five. All older values in positions after the inserted value would move down.

Setting Page

List

The list variable to have a value inserted.

Value

The value to insert into the list.

Index

The position in the list where the value will be inserted. Zero is the first position in the list.

Exit Paths

Next

This step always takes the Next exit path.