# Length of Array

## Overview

![The Length Of Array Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-5339e147af8afce3fdc4e1502b61ba4f77c5be31%2Flength-of-array.PNG?alt=media)

**Length Of Array** returns the total number of elements in an **Array**.

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Array`           | **Array** | The **Array** 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**   | The total number of elements in the **Input** **Array**.                                                                               |
| `Array`            | **Array** | The **Array** supplied to the **Input** **Socket**.                                                                                    |

## See Also

* [**Array Value**](https://docs.incari.com/incari-studio/2021.1/toolbox/array/array-value)
