Am 09.07.2024 um 11:38 schrieb Artur T.:
I would like to store a bundles object (an array of bundles). However,
I only find the bwrite() function for storing a single bundle, but not
a bundles object. Am I right that it is currently not possible to
store a bundles object?
I guess so. What you could perhaps try to do is to wrap the bundles
array inside another container bundle and then save that one. It would
be interesting if that can then be reloaded and the inside array
recovered OK.
Of course, one runs into the danger of overdoing the nesting -- as the
user guide says: 'The mutual “packability” of bundles and arrays means
that it’s possible to go quite far down the rabbit-hole. . . users are
advised not to get carried away.'
cheers
sven