Reg_UpdateMultiStringX64
Description
Section titled “Description”Updates multistring variable in 64 bit registry from a 32 bit context. Separate sValue with | (pipe) to add more values.
Syntax
Section titled “Syntax”Reg_UpdateMultistringX64(sHandle, sKey, sVariable, sValue) 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
sValue (String)
Section titled “sValue (String)”Value
Example
Section titled “Example”If bStatus Then bStatus = Reg_UpdateMultiStringX64("HKLM", "Software\KeyName", "ValueName", "Randers|Odense")