If only one filename then SourceString is the filename. If multiple filenames, then each filename is enclosed in double quotes and separated by a space. Note, a filename cannot include a double quote.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| sourceString | String | The source String. | ||
| ignoreDuplicates | Boolean | Optional | Indicates whether to ignore duplicate values. If omitted, a value of False is assumed. | |
| ignoreCase | Boolean | Optional | Indicates whether case should be ignored when checking whether a duplicate value already exists in the List. If omitted, a value of False is assumed. |