Checking for stored settings - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Checking for stored settings (/showthread.php?tid=64507) Checking for stored settings by Spunky on 08-05-2006 at 06:21 PM Is there a way to check if settings are already stored in a file or the registry without causing an error? I tried to read a registry entry and check if the result was undefined, but it didn't work RE: Checking for stored settings by Felu on 08-05-2006 at 06:27 PM
What exactally do u wanna check in the registries. code: RE: Checking for stored settings by Spunky on 08-05-2006 at 06:29 PM
Right, I've got the code to Read, Write and Remove registry keys, but what I want to do is check if the settings have been saved before... RE: Checking for stored settings by Felu on 08-05-2006 at 06:34 PM
code:is that what you want? If it exist or not value = null or unidentified. Maybe RE: Checking for stored settings by Spunky on 08-05-2006 at 06:35 PM
I'll just go and check it to see if it is thanks for quick replies RE: Checking for stored settings by pollolibredegrasa on 08-05-2006 at 07:26 PM Look at the example on the Scripting Wiki, I think this is what you want RE: Checking for stored settings by Spunky on 08-05-2006 at 07:30 PM Thankyou SO much! This worked a treat... I was getting onto the right lines at least |