ListSetAt
Last updated
Last updated
Retrieves an item in to a delimited list at the specified position
Argument | Type | Required | Description | Default |
---|---|---|---|---|
list
string
true
string list to filter entries from
position
integer
true
numeric the one-based index position to retrieve the value at
value
string
true
string the value to set at the specified position
delimiter
string
false
string the list delimiter
,
includeEmptyFields
boolean
false
boolean whether to include empty fields in the returned result
false
multiCharacterDelimiter
boolean
false
boolean whether the delimiter is multi-character
true