1. writing sequence to a file ??

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     » topic index » view message » categorize

2. Re: writing sequence to a file ??

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 message » categorize

3. Re: writing sequence to a file ??

Thanks
  Bernie

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu