i know you can put a bullet at the end of an array using the array.join() AS, but what if i had an array[x] that was lengthy and i wanted to dynamically insert a bullet and/or <br> depending on the length?

so i could do something like this:
title
- blah blah blah blah
- slkfjsfdl sfdlksjfdlksfd lksfdkl lkasfd lksfd jaslfdklka
sfdlkj sdflkj sfdlksfdlsfdk asfdlkasfdasfd
- 123132 12321 123 132132
(where the returned text would be aligned nicely next to the bullet above it like microsoft word bullets?)

im using F5.

any ideas? thanks