-
|
In 0.0.87 I could use something like In 0.0.93 (and 0.0.92), I have tried a number of things, but obviously not the right things and now I'm lost. Thanks for any assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi. There was a bug with Open\append ... it returned a native of kind "writer", but currently it should return kind "file". The same as Create function. These kinds will still get ironed out as there is some overlap between writer / reader and file interfaces. I uploaded the changes so with latest version (not released) Open\append should work. Thank you for finding the bug and reporting. |
Beta Was this translation helpful? Give feedback.
Hi. There was a bug with Open\append ... it returned a native of kind "writer", but currently it should return kind "file". The same as Create function. These kinds will still get ironed out as there is some overlap between writer / reader and file interfaces. I uploaded the changes so with latest version (not released) Open\append should work.
Thank you for finding the bug and reporting.