|
-
Mar 14th, 2006, 11:42 AM
#1
Thread Starter
Hyperactive Member
Join function (user types)
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|