Function reference
Return a string value form the Windows Registry.
If the key does not exist the default value is returned.
RegistryGetValue( ‘Key’‘ , ‘ValueName’ , ‘Default’ )
Argument | Description |
Key | The registry key like ‘HKEY_CURRENT_USER\MyKey’ |
ValueName | The value name under the registry key |
Default | The value returned if the key does not exist. |
Example 1
RegistryGetValue( ‘HKEY_CURRENT_USER\MyKey’ , ‘MyValueName’ , ‘MyDefaultValue’ )
Need more help with this?
DON'T HESITATE TO CONTACT US HERE ..