| Gentee Programming Language > Documentation > Libraries | Download documentation |
Write a string as a registry key value. If there is no key, it will be created.
uint str.regset( uint root, str subkey, str valname, arr ret of str )
root A root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERSsubkey A name of the registry key. valname The name of the value being written. ret of str The array of strings all the created keys will be written to. It can be 0.
0 no data has been written 1 the value of the key was created during the writing process 2 data is written into the existing value
Copyright © 2004-2006 Gentee Inc. All rights reserved. |