/
Reg_SetMultiString
Reg_SetMultiString
Description
Set the value of a registry variable of type multistring
Syntax
Reg_SetMultistring(sHandle, sKey, sVariable, vValue) as Boolean
Parameters
sHandle (String)
HKEY-handle
sKey (String)
Subkey path
sVariable (String)
Name of variable to contain the value
vValue (Variant)
Value
Example
VBScript
Redim aTmp(2) aTmp(0) = "Skanderborg" aTmp(1) = "Taastrup" aTmp(2) = "Copenhagen" If bStatus Then bStatus = Reg_SetMultiString("HKLM", "Software\KeyName", "ValueName", aTmp)
Related functions
, multiple selections available,
Related content
$cs.Reg_GetMultiString
$cs.Reg_GetMultiString
More like this
$cs.Reg_SetString
$cs.Reg_SetString
More like this
$cs.Reg_SetExpandString
$cs.Reg_SetExpandString
More like this
$cs.Reg_SetInteger
$cs.Reg_SetInteger
More like this
$cs.Reg_SetDword
$cs.Reg_SetDword
More like this
$cs.Reg_SetQword
$cs.Reg_SetQword
More like this