WriteUInteger - cApplication

Writes UInteger data to the Windows registry

Type: Procedure

Parameters: String sSubKey String sValueName UInteger uValueData

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


Syntax
Procedure WriteUInteger String sSubKey String sValueName UInteger uValueData

Call: Send WriteUInteger sSubKey sValueName uValueData


Description

Use WriteUInteger to write UInteger 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.