Hello:
I've loaded all the merge fields of a document in a drop down list using this
doc.MailMerge.GetFieldNames();
but the problem is it also includes table name like
«TableStart:Customer» «Phone» |
|
|
«TableEnd:Customer » |
I need to load the variable <> but it also loads <> and <>. How can I eliminate those?? Is there any way??
thanks-
Razin