Re: Newbie Question

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

----- Original Message -----
From: <rforno at tutopia.com>
> This does not solve the problem. gets() only gets one line (up to \n) from
> the file, but does not separate the items as delimited by commas.

True.

> After that, you should use the value() function.

Not yet..
Value is only for numbers. To separate a comma delimited line of
text, use the parse function in strtok.e. Once the line is separated into
individual sequences, then value() can be used to convert any numbers
found there.

Regards,
Irv

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

Search



Quick Links

User menu

Not signed in.

Misc Menu