REGGETSTRING |
Top Previous Next |
Syntax string = REGGETSTRING(string key, pointer ValueName, opt defValue as string) Description Returns a registry string value. Parameters key - The registry key path. ValueName - The key to retrieve. Return value The string value contained in the key. Remarks setting ValueName to NULL will retrieve the default value Example usage str=RegGetString("HKEY_CURRENT_USER\\Software\\XYZCorp\\File","User Name","Unregisterd") |