Re: Parsing with StrTok
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Oct 04, 2005
- 451 views
cklester wrote: > > I'm trying to do this: > > temp = parse( list, "\n," ) > > but it doesn't work with the '\n'. How do I parse on a 'newline?' > > I've also tried > > temp = parse( list, '\n' & ',' ) > > This does work: > > temp = parse( list, "," ) Are there perhaps some '\r's in there? Matt Lewis