06-22-2023 08:23 AM
Hello all,
looking in the Programmer's Toolbox (toolbox.fp), I've used the excellent list/hash functions in the past, but i see now that there is no way to save them, either directly (binary) or serialized.
Any of you has an idea how to do that in a generic way without writing custom iterations and file handling ?
Thanks
06-22-2023 10:58 AM
By the way, I found a bug in the toolbox.c file, in the function ListEqual() on the line:
if (list1Ptr->itemSize == list1Ptr->itemSize)
The correction is obvious...
07-04-2023 10:12 AM
I don't know why, but I'd missed OutputList() & Co. And yet I've used them in the past. Long week...