---
title: "array with numbers · RUAL Documentation"
description: "Creates a new array of given numbers."
canonical: https://docs.rual.nl/block-types/array/array_values_numbers
language: en
---

# array with numbers

This block is part of the [`array`](https://docs.rual.nl/block-types/array) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

Creates a new array of given numbers.

- array `array` The array with the given numbers.

Outputs the values configured on the block in the studio as an array of numbers, parsing each entry as a decimal number. Entries that do not parse to a finite number are silently DROPPED, so the output can be shorter than the configured list.

A typical wiring for [array with numbers](https://docs.rual.nl/block-types/array/array_values_numbers): the `array` out pin feeds [length](https://docs.rual.nl/block-types/array/array_length).

![Studio canvas example for the array with numbers block: typical wiring for array with numbers.](https://docs.rual.nl/canvas-examples/array_values_numbers.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
