Reg_UpdateMultiString
Description
Section titled “Description”Updates multistring variable in registry. Separate sValue with | (pipe) to add more values.
Syntax
Section titled “Syntax”Reg_UpdateMultistring(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_UpdateMultiString("HKLM", "Software\KeyName", "ValueName", "Randers|Odense")