Re: Parsing with StrTok
- Posted by cklester <cklester at yahoo.com> Oct 04, 2005
- 448 views
Juergen Luethje wrote: > > what do you *exactly* want to achieve? I've got a string that will be delimited by commas and/or line breaks. Kat's strtok's parse() routine seems to allow for multiple delimiters, but it doesn't seem to be working with '\n'. Got a fix? Kat? The final list needs to be in a sequence, of course. "one,two three" becomes { "one","two","three" } -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/