Skip to content

Reg\_UpdateMultiStringX64

Updates multistring variable in 64 bit registry from a 32 bit context. Separate sValue with | (pipe) to add more values.

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

sHandle (String)

HKEY-handle

sKey (String)

Subkey path

sVariable (String)

Name of variable to contain the value

sValue (String)

Value

VBScript

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

Scripting Guidelines

Registry Functions