Re: Parsing with StrTok

new topic     » goto parent     » topic index » view thread      » older message » newer message

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/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu