Re: Parsing with StrTok
- Posted by cklester <cklester at yahoo.com> Oct 04, 2005
- 441 views
Matt Lewis wrote: > 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? I'm actually getting an error message: ./Strtok-v2-1.e:293 in function parse() type_check failure, params is 44',' ??? -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/