Parameter | Description |
---|---|
sSubKey | The name of the Subkey |
sValueName | The name of the Value |
sValueData | The data to write |
Procedure WriteString String sSubKey String sValueName String sValueData
Call: | Send WriteString sSubKey sValueName sValueData |
Use WriteString to write String data that you want stored in the Registry.
The base key that will be used is that returned by RegistryKeyString and you can specify a further subkey using the sSubKey parameter.