Forum Moderators: open
What MetaFunk suggest seems to be the only possibility but VB is not good at concatenating strings - I'm afraid this will affect the server's performance
You could use a template with field delimiters and simple Replaces to build the content without having to do loads of concatenating. HTH.