Use this function to set a registry key.
Syntax: |
---|
SetRegistryKey( keyName, keyValue, [subKeyName] ) |
Parameter: |
Description: |
---|---|
keyName |
The name of the key, used by SetRegistryKey. |
keyValue |
The string value of the key numbers will be converted to strings |
[subKeyName] |
The string value of the key. numbers will be converted to strings. |
Example: |
---|
' Example Ideas SetRegistryKey( "HelloWorld", "What a wonderful day." ) |
Returns: |
Returns the Count of the Registry Key |
Links: |
---|
See Also: |
Edit Time: 9/20/2020 11:50:39 AM |
Topic ID#: 551 |