--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > although it is probably simpler just to use > for (w=str.nextword("str",delims);w;w=str.nextword("str",delims))
I like this! I think you should list it in the documentation as a suggestion for what to use instead of for-each-word when "words" are not space-delimited. Regards, Sheri
