> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/formula-syntax/scripting-functions/display-settings/separator.md).

# SEPARATOR

Use the SEPARATOR function to set custom delimiters for decimals and thousands.

### Syntax

```javascript
SEPARATOR.<TYPE>(VALUE)
```

### Arguments

TYPE - DECIMAL or THOUSAND depending on the separator you need to change.

VALUE - The custom separator to use instead of the default ones.

### Example

```
SEPARATOR.DECIMAL('d')
SEPARATOR.THOUSAND('t')
```

<figure><img src="/files/69CU3ovPZB4Ztslz5TgU" alt=""><figcaption><p>Separator function in a button variable</p></figcaption></figure>

When we click the buttons, the default '.' separator for decimal and ','  separator for thousands are replaced with 'd' and 't' respectively. The buttons use the SEPARATOR script options internally to change the separator.

<figure><img src="/files/swMrTtK02L6gVs7NMVl2" alt=""><figcaption><p>Changing the separator</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/formula-syntax/scripting-functions/display-settings/separator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
