Use this function to get a registry key value, that was set with the SetRegistryKey function
| Syntax: | 
|---|
| keyValue = GetRegistryKey( keyName, [subKeyName] ) | 
| Parameter: | Description: | 
|---|---|
| keyName | The name of the key, used by SetRegistryKey. | 
| [subKeyName] | The name of the subKey. | 
| Example: | 
|---|
| SetRegistryKey( "HelloWorld", "What a wonderful day." ) | 
| Returns: | 
| Returns the Count of the Registry Key | 
| Links: | 
|---|
| See Also: | 
| Edit Time: 9/20/2020 11:39:22 AM | Topic ID#: 356 |