VFPX / HelpFile

Community maintained VFP 9 SP2 Help file (corrected and enhanced)
21 stars 6 forks source link

GETWORDNUM / GETWORDCOUNT, default delimiter #17

Open lscheffler opened 2 years ago

lscheffler commented 2 years ago

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. ...

FrancisFaure commented 2 years ago

Tested. Exact. :(