Remove Element from List by Index#
An element with the specified ordinal number is removed from the list.
| List | [List] The list from which the element is to be removed by ordinal number. |
| Index | [Number] The ordinal number of the element to be removed. Numbering starts from zero. |
| Removed Value | [Any data type] The value removed from the list. The type of the value depends on the elements of the list. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |