ListGetAt
Retrieves an item from a delimited list at the specified position
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| string list to filter entries from | |
|
|
| numeric the one-based index position to retrieve the value at | |
|
|
| string the list delimiter |
|
|
|
| boolean whether to include empty fields in the returned result |
|
|
|
| boolean whether the delimiter is multi-character |
|
Examples
Related
Last updated