I have a merge field in a tab delimited csv file that is of the format ["element 1", "element2"] from 0 to 12 elements.
What other information is required?
An example of the field in the csv would be <field separator tab>["element 1", "element2"]<field separator tab>
The VB function takes that data and format it into a multi line string but I now need to call that function and display that result in the merged document.
|