Re: writing sequence to a file ??

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

puts writes a string (a sequence of bytes) to a file. print writes any
Euphoria object to a file. for example, print(1,{1,2,3,4,{5.5}}) will
display:
{1,2,3,4,{5.5}}

Jeff Fielding

Bernie Ryan wrote:

> According to the documentation puts function can not write
>
>   a sequence that contains other sequences. The documentation
>
>   is correct. So the question is what function do you use,
>
>   It seems like the puts function should have a length parameter
>
>   to make it more usable.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu