# Array Value

## Overview

![The Array Value Node.](https://879976444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-41739140%2Fuploads%2Fgit-blob-615c265e3835dcc51651497db3f6c640bdef8fd5%2Farray-value.PNG?alt=media)

**Array Value** is a data structure that can hold varying types of elements. The number of elements that the data structure can hold can be increased or decreased as needed. Also, each element can be identified and accessed by its index.

## Attributes

### Inputs

#### Inputs

The number of **Input Element**s you wish to add to the **Attribute section**. Each **Input Element** represents a value that is added to the **Array Value** **Node**. The values in this section are used if no values are provided to the **Input** **Node**. The format of the section is as follows:

| Attribute   | Type                                          | Description                                                                                                      |
| ----------- | --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `Data Type` | **Drop-down**                                 | The `Data Type` of the `Value` that you wish to add to the **Array Value** **Node**.                             |
| `Value`     | *Defined in the* `Data Type` ***Attribute***. | A `value` that you wish to add to the **Array Value** **node**, if no value is provided in the input **Socket**. |

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | **Array**. | A value you wish to add to the **Array Value** node.                  |

## 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`           | **Array** | An **Array** that holds the values that have been added to the **Array Value** **Node**.                                               |

## Usage

![The Array Value Node Usage.](https://879976444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-41739140%2Fuploads%2Fgit-blob-312d94db594efe67a81d3fda4621cdc7cb400539%2Farray-value-usage.PNG?alt=media)

## See Also

[**Clear Array**](https://docs.incari.com/incari-studio/2.0/toolbox/array/clear-array)

## External Links

[*Arrays*](https://en.wikipedia.org/wiki/Array_data_structure) on Wikipedia.
