WriteString - cApplication

Writes String data to the Windows registry

Type: Procedure

Parameters: String sSubKey String sValueName String sValueData

ParameterDescription
sSubKeyThe name of the Subkey
sValueNameThe name of the Value
sValueDataThe data to write


Syntax
Procedure WriteString String sSubKey String sValueName String sValueData

Call: 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.

See Also

RegistryKeyString