WriteInteger - cApplication
Writes Integer 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 |
| iValueData | Integer | Integer value to write |
Syntax
Procedure WriteInteger String sSubKey String sValueName Integer iValueData
Call Example
Send WriteInteger sSubKey sValueName iValueData
Description
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.