> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/en/intro/variablen.md).

# Variables

Variables contain data provided by the application for calculations and evaluations within the Formula Editor.

You use a variable by specifying its identification in the expression. The identification of the variable must not be given in quotation marks. Each variable has its own [data type](/acron-9.3/en/intro/datentypen.md). You must make sure that the data type of the variable matches the required data type.

When the Formula Editor interprets the expression, it replaces the identification of the variable with the value provided by the application for the variable. This value is then used as an argument for a function or as an operand for a logic operation.

If the identification of the variable contains blanks and/or special characters, the Formula Editor may not be able to interpret the identification of the variable. In this case you get an error message indicating that the variable was not found. To use this variable in a calculation anyway, you must use the [GetVar](/acron-9.3/en/intro/funktionen/funk_variablen.md#func_getvar) function. You give this function the identification of the variable as a [constant character](/acron-9.3/en/intro/konstanten.md) string as argument. In this way, you can also use variables whose identification contain blanks and special characters (e.g. '-', '/', '+', ...).


---

# 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.videc.de/acron-9.3/en/intro/variablen.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.
