-- Rick Walsh wrote:
> I'm using an HDF file to store account info and I wanted to know if there's
> an easy way to delete nodes and re-order.
There isn't a quick way to reorder nodes.... I recommend using something unique
as the HDF key and then just loading and sorting as needed. (i.e. the accoutn
name, or something else)