# Concat Strings

## Overview

![The Concat Strings Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-cb3e78affdafa83d751e404262bf8ac480c6c286%2Fconcatstringsupdatedimage.png?alt=media)

**Concat Strings** joins two or more **Strings** into one new **String**.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Concat Strings Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-eed9229977d71351b91ef4a1cba7f0151e4d116c%2Fconcatstringsattributes.png?alt=media)

| Attribute | Type           | Description                                                                                                        |
| --------- | -------------- | ------------------------------------------------------------------------------------------------------------------ |
| `Inputs`  | **User Input** | The **Strings** to be concatenated. The user can add more elements with the `+` or delete an element with the `x`. |

## Inputs

| Input             | Type       | Description                                                                                                      |
| ----------------- | ---------- | ---------------------------------------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**.                                            |
| `Input [n]`       | **String** | The **Strings** to be concatenated. The number of `Inputs` matches the number of elements in the **Attributes**. |

## 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. |
| `Output`           | **String** | The concatenated **String**.                                                                                                           |

## External Links

* Information about [*Concatenation*](https://en.wikipedia.org/wiki/Concatenation) on Wikipedia.
