# RIGHT

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

**RIGHT**(*text; numChars*)

* *text* - the text from which the right part should be extracted - ***Value type**: text*
* *numChars* - the number of characters which should be returned - ***Value type**: integer*

#### Remarks <a href="#remarks.33" id="remarks.33"></a>

* If *numChars* is < 1, an empty text is returned.
* If *numChars* is equal or greater than the length of *text*, the whole text is returned.

#### Examples

<figure><img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/sDp8inPjB3nZmj12jEYW/grafik.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/nh9RUwSX6aJsyjJ1Z00k/grafik.png" alt=""><figcaption></figcaption></figure>
