WriteInteger - cApplication

Writes Integer data to the Windows registry

Type: Procedure

Parameters: String sSubKey String sValueName Integer iValueData

ParameterDescription
sSubKeyThe name of the Subkey
sValueNameThe name of the Value
iValueDataInteger value to write


Syntax
Procedure WriteInteger String sSubKey String sValueName Integer iValueData

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