I'm making a User Favorites sub for a slideshow. It should be persistant. There is no append to the registry though, each value replaces the former. I have something like this:
If sec.Exists = false
write x32 (32 is ID of image x is replaced by PHP in the DB creating the RSS feed)
if sec Exists = true
write ,x32 (comma also replaced by PHP later)
This all working fine, but what is the strategy for multiple values that survive across restarts? I see you can append with writefile to tmp/ . Is it startup-readfile from reg, write to tmp- append to tmp- write entire file to reg on close?
my file would look like this
x32,x15,x5,x205,x7 etc.
thanks
Kinetics Screensavers