SetAppendixSeparator(Separator As Integer)

Job object

This method is used to replace the default separator (delimiter) used when appendix file names are transferred. The separator has no effect until data from a form is transferred. Then every appendix file name is separated by one separator, and the final file name is followed by two separator characters.

The Separator value can be set to 0– 255, corresponding to a character in the ANSI character set. The default separator is the value 0 (the NULL character).

The Job object