Optional. Specifies one or more optional characters used to separate words in cString. The default delimiters are space, tab, carriage return, and line feed. ...
Problem is, the sign carriage return 0h0D is not within the list of default delimiters.
So it must be:
cDelimiters
Optional. Specifies one or more optional characters used to separate words in cString. The default delimiters are space, tab and line feed. ...
Help states:
cDelimiters
Optional. Specifies one or more optional characters used to separate words in cString. The default delimiters are space, tab, carriage return, and line feed. ...
Problem is, the sign carriage return 0h0D is not within the list of default delimiters.
So it must be:
cDelimiters
Optional. Specifies one or more optional characters used to separate words in cString. The default delimiters are space, tab and line feed. ...