---
title: "Array Values Example 1"
canonical: "https://support.appfire.com/space/PSCONF/15305772/Array%20Values%20Example%201"
format: markdown
---
> Macro (aura-html)

> Macro (excerpt)
> 
> ```
> string [] fruit;
> fruit[0] = "Apple";
> fruit[1] = "Apricot";
> fruit[3] = "Banana";
> ```