# LEFT

#### Syntax <a href="#syntax.25" id="syntax.25"></a>

**LEFT**(*text; numChars*)

* *text* - der Text, aus dem der linke Teil extrahiert werden soll - ***Wertetyp**: Text*
* *numChars* - die Anzahl der Zeichen, die zurückgegeben werden sollen - ***Wertetyp**: Zahl*

#### Bemerkungen <a href="#remarks.21" id="remarks.21"></a>

* Wenn *numChars* < 1 ist, wird ein leerer Text zurückgegeben.
* Wenn *numChars* gleich oder größer als die Länge von *text* ist, wird der gesamte Text zurückgegeben.

#### Beispiele

<figure><img src="/files/g4m7JpbkZJKzej3EfxnY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xstWIEdsztHhcPF25gav" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.nedyx.com/version-1.52-de-preview/clearlines-funktionen/text-funktionen/left.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.
