Am 30.06.2015 um 21:16 schrieb Summers, Peter:
<hansl> bundle a a.n = 512 jnk = bwrite(a, "a.xml")
</hansl>
"Seems to" here means that jnk = 0, but the file a.xml either isn't
created (I can't find it in my dotdir when I run the above as
From the bwrite doc it would seem that the dotdir is only used when you
add a third parameter, bwrite(a, "a.xml", 1). So my guess is that the
file goes into your current workdir instead (which is user-configurable).
written), or it's an empty file (if I write it to
"c:\program
files\gretl", for example).
I'm surprised you have write permissions in that directory -- but if you
didn't I guess you should get a non-zero return value.
good luck,
sven