WriteString - cApplication
Writes String data to the Windows registry
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sSubKey | String | The name of the Subkey |
| sValueName | String | The name of the Value |
| sValueData | String | The data to write |
Syntax
Procedure WriteString String sSubKey String sValueName String sValueData
Call Example
Send WriteString sSubKey sValueName sValueData
Description
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.