I try to overwrite a (Default) key in the registry but instead I add a key with the same name (so now I have two keys with the name (Default) wich is not what I want)

I do it like this:

SaveSettingString HKEY_CLASSES_ROOT, "blahbal", "(Default)", "blahblah"

Maybe "(Default)" is wrong and there is a special Const or something ?

thanx