Hi. I have a variable array of a type i made:

(this is not waht i have... but it will do as an example)

--------------------
Type AllData
Name as string
LastName as String
Age as Integer
End Type

Dim Employee(3) as AllData
--------------------

Now: I want to join all the names with "-" as delimeter
I've tryed everything but can't make it, is it possible??

Thanks