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

> Macro (excerpt)
> 
> ```
> string [] produce = "Apple|Apricot|Avocado|Banana|Blackberry|Blueberry|Cherry|Coconut";
> ```
> 
> > ℹ️ The SIL language will automatically convert a string containing pipe delimited text into an array.