TolliumUser::WriteRegistryKey (open)
Set a user registry key if it exists
Syntax
LOADLIB "mod::tollium/lib/users.whlib";
MACRO WriteRegistryKey(STRING regkey, VARIANT value, RECORD options)Parameters
STRING regkeyKey name
VARIANT valueNew value (must be of the same type as the existing key)
RECORD optionsOptions
createifneededCreate the registry key if it doesn't exist yet.
initialcreateis the initial create (don't overwrite, only create)