This is an example of saving a UDT array directly to disk, and then reading it back into the UDT array. It shows how to save/load UDT arrays that aren't fixed in size.
This code can be useful to store settings or any other kind of information without having to worry about parsing files.




Reply With Quote