Documentation errors

Hi, just like to point out that the online & chm docs show the following as an example in several places:

doc.MailMerge(names, data)

such as on the Document-property description page:

doc.MailMerge( _
New String() {“FullName”, “Company”, “Address”, “Address2”, “City”}, _
New Object() {fullNameEdit.Text, companyEdit.Text, addressEdit.Text, address2Edit.Text, cityEdit.Text})

Since MailMerge is a property, this isn’t valid.

Hi,

Thanks a lot for your comment. We’ve fixed this and it will go out in the next release. doc.MailMerge used to be a method in the previous versions and slipped through not updated.