Gossamer Forum
Home : Products : DBMan : Installation :

Can I generate a custom list from fields?

Quote Reply
Can I generate a custom list from fields?
More specifically, I need to generate (either to the screen or preferably to a file) a mailing list with the following format:

email@here.com--Name Surname

I need this in order to then import this data into my mailing list program (RobMail).

What I thought would be possible, is to add a subroutine to the admin screen (something similar to another post I saw that shows the log file) which loops through all the records writing:

${'Email'}--${'Name'} ${'Surname'}

Any ideas?


Chris.