# Length

## Overview

![The Length Node.](https://3875032344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSX7w874Eg6ode1ivk0ZM%2Fuploads%2Fgit-blob-7925c593b546fcddfbc38f302d5bb2a38f6135bd%2Fnode-length.png?alt=media)

**Length** returns the length of a **String**.

## Attributes

| Attribute | Type       | Description                                                                           |
| --------- | ---------- | ------------------------------------------------------------------------------------- |
| `String`  | **String** | **String** whose length you wish to return, 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** | **String** whose length you wish to return.                           |

## 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. |
| `Length`           | **Int**   | Length of the **String** received.                                                                                                     |
