|
-
Jul 25th, 2004, 07:48 AM
#1
Thread Starter
Member
How to create one long string from a collection of values
How to create one long string from a collection of values
How would I create one long string from a collection of values? What I mean by this is - say that you have a listbox of e-mail addresses and you want to be able to put them all together with semi-colons after them and into one string that will be used as an e-mail address.
(e.g.)
LIST BOX:
[email protected]
[email protected]
[email protected]
[email protected]
String:
[email protected]; [email protected]; [email protected]; [email protected]
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
|