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

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