Not really sure what you are doing, but if you pass the csv value to a variable and split it on the comma's you could rebuild each into a hyperlink using ASP.
Cheech
[Peace][Pipe]
The secret of life is honesty and fair dealing. If you can fake that, you've got it made.
Groucho Marx (1895-1977)
The orignal (Article) information is input from a form into the database, from drop down boxes that populate the database field (mailbox) with comma's seperating them.
I'm looking to create an account for each of the mailboxes that have populated the field, in relation to the Article. So the Article could have a single or multiple mailboxes entered into that field.
OK
what you need to do is create a recordset to extract the mailbox field only then split this into an array using split(inString) then put an insert behaviour into a repeat region using the array.
Cheech
[Peace][Pipe]
The secret of life is honesty and fair dealing. If you can fake that, you've got it made.
Groucho Marx (1895-1977)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.