ListDeleteAt
Deletes an element from a list.
Returns a copy of the list, without the specified element.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The list to delete from. | |
|
|
| The one-based index position of the element to delete. | |
|
|
| The delimiter used in the list. |
|
|
|
| Whether to include empty fields in the list. |
|
|
|
| Whether the delimiter is a multi-character delimiter. |
|
Examples
Related
Last updated