Serialization
I want to simply save a list of variables to "preset" files and be able to retrieve them whenever I choose this preset. I'm not sure exactly how to do this. Can anyone help me get started this?
[200 byte] By [
bigdan43] at [2007-11-19 7:27:06]

# 1 Re: Serialization
Serialization is pretty well documented.
For simple variables, perhaps WritePrivateProfileString would work for you.
GCDEF at 2007-11-11 0:27:30 >
