Reg_UpdateMultiString

Description

Updates multistring variable in registry. Separate sValue with | (pipe) to add more values.

 

Syntax

Reg_UpdateMultistring(sHandle, sKey, sVariable, sValue) as Boolean

 

Parameters

sHandle (String)

HKEY-handle

sKey (String)

Subkey path

sVariable (String)

Name of variable to contain the value

sValue (String)

Value

 

Example

VBScript
If bStatus Then bStatus = Reg_UpdateMultiString("HKLM", "Software\KeyName", "ValueName", "Randers|Odense")

Scripting Guidelines

 

Related functions

Registry Functions