Re: Parsing with StrTok

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

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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu