/
Reg_SetInteger
Reg_SetInteger
Description
Set the value of a registry variable of type integer
Syntax
Reg_SetInteger(sHandle, sKey, sVariable, iValue) as Boolean
Parameters
sHandle (String)
HKEY-handle
sKey (String)
Subkey path
sVariable (String)
Name of variable to contain the value
iValue (Integer/Long)
Value of the type Integer or Long
Example
VBScript
If bStatus Then bStatus = Reg_SetInteger("HKLM", "Software\KeyName", "ValueName", 5)
Related functions
Related content
Reg_UpdateReg
Reg_UpdateReg
Read with this
Reg_SetInteger
Reg_SetInteger
More like this
Reg_SetBinary
Reg_SetBinary
Read with this
Reg_SetInteger
Reg_SetInteger
More like this
Registry Functions
Registry Functions
Read with this
Reg_SetInteger
Reg_SetInteger
More like this