Hi,
simple script:

<hansl>
bundle foo1
string foo1.str1 = ""
string foo1.str2 = "~"
bwrite(foo1, "foo1")
foo2 = bread("foo1")
eval foo1
eval foo2

</hansl>

In foo1 we have empty string str1 but foo2 doesn't contain it. I checked the XML file in wchich bwrite stores the foo1 bundle: there is no definition of str2 anymore.

Is this intentional behaviour or bug?

Regards,
Marcin

-- 
Marcin Błażejowski