LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving lists and hash tables from the toolbox

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

0 Kudos
Message 1 of 3
(1,126 Views)

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...

0 Kudos
Message 2 of 3
(1,110 Views)

I don't know why, but I'd missed OutputList() & Co. And yet I've used them in the past. Long week...

0 Kudos
Message 3 of 3
(1,048 Views)