> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-server/005-function/list/list.fill.md).

# List.fill

## Description

Fills a string of text into a list using a separator.

## Input / Parameter

| Name      | Description                                                             | Input Type | Default | Options | Required |
| --------- | ----------------------------------------------------------------------- | ---------- | ------- | ------- | -------- |
| value     | The string of text to be converted to a list.                           | Text       | -       | -       | Yes      |
| separator | The separator between texts to create the required format for the list. | Text       | -       | -       | Yes      |

## Output

| Description                                    | Output Type |
| ---------------------------------------------- | ----------- |
| Returns the list of separated strings of text. | List        |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
