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
list
string
true
The list to delete from.
position
integer
true
The one-based index position of the element to delete.
delimiter
string
false
The delimiter used in the list.
,
includeEmptyFields
boolean
false
Whether to include empty fields in the list.
false
multiCharacterDelimiter
boolean
false
Whether the delimiter is a multi-character delimiter.
false
Examples
Related
Last updated