Reg_SetInteger
Description
Section titled “Description”Set the value of a registry variable of type integer
Syntax
Section titled “Syntax”Reg_SetInteger(sHandle, sKey, sVariable, iValue) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
Section titled “sHandle (String)”HKEY-handle
sKey (String)
Section titled “sKey (String)”Subkey path
sVariable (String)
Section titled “sVariable (String)”Name of variable to contain the value
iValue (Integer/Long)
Section titled “iValue (Integer/Long)”Value of the type Integer or Long
Example
Section titled “Example”If bStatus Then bStatus = Reg_SetInteger("HKLM", "Software\KeyName", "ValueName", 5)