---
title: "Array Creation"
canonical: "https://support.appfire.com/space/PSCONF/15305706/Array%20Creation"
format: markdown
---
> Macro (aura-html)

Any variable type can be transformed into an array by adding the array symbols [] after the type declaration.

## Example 1 - Empty array

> Macro (excerpt-include)



## Example 2 - Array with values

> Macro (excerpt-include)

  

## Example 3 - Array with values from string

> Macro (excerpt-include)