Parameter | Description |
---|---|
sSubKey | The name of the Subkey |
sValueName | The name of the Value |
iValueData | Integer value to write |
Procedure WriteInteger String sSubKey String sValueName Integer iValueData
Call: | Send WriteInteger sSubKey sValueName iValueData |
Use WriteInteger to write Integer 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.