# PaddingRight

## Overview

![The PaddingRight Node.](/files/ImYJO1UFLh2nCSivJrGK)

The **PaddingRight** **Node** adds a character a chosen number of times to the right of a **String**.

For example, padding the character "a" 6 times to the **String** "bbbbbbcccccc" gives "bbbbbbccccccaaaaaa" as the result.

The `Padding character` **Attribute** and **Input** can receive a **String** but they only use the first character.

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The PaddingRight Node Attributes.](/files/lhtO41TkLuRkDJH0UB2g)

| Attribute           | Type       | Description                                                                                                           |
| ------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------- |
| `String`            | **String** | The **String** to which the `Padding character` will be added on the right, if none is given in the **Input Socket**. |
| `Padding character` | **String** | The character that will be added on the right of `String`, if none is given in the **Input Socket**.                  |
| `Padding size`      | **Int**    | The number of times that the `Padding character` will be repeated, if none is given in the **Input Socket**.          |

## Inputs

| Input             | Type       | Description                                                                 |
| ----------------- | ---------- | --------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**.       |
| `String`          | **String** | The **String** to which the `Padding character` will be added on the right. |
| `Padding char.`   | **String** | The character that will be added on the right of `String`.                  |
| `Padding size`    | **Int**    | The number of times that the `Padding character` will be repeated.          |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Padded right`     | **String** | The resulting **String** with the character padded on the right.                                                                       |

## See Also

* [**PaddingLeft**](/incari-studio/2023.1/toolbox/string/paddingleft.md)


---

# 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.incari.com/incari-studio/2023.1/toolbox/string/paddingright.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.
